Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/
Date: Sun, 06 Nov 2022 05:02:22
Message-Id: 1667710931.774395625c9c811d67648da366ef2fb36f2c75fe.prometheanfire@gentoo
1 commit: 774395625c9c811d67648da366ef2fb36f2c75fe
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 05:00:17 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 05:02:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77439562
7
8 app-crypt/certbot-nginx: stabilize 1.31.0 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild
16 index 7eeac389284d..ee8e964f8c21 100644
17 --- a/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild
18 +++ b/app-crypt/certbot-nginx/certbot-nginx-1.31.0.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
20 S=${WORKDIR}/${P}/${PN}
21 else
22 SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 x86"
25 S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
26 fi