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/
Date: Sun, 06 Nov 2022 05:02:22
Message-Id: 1667710929.a892f54f40589588f382785ca502f8f4c5061a58.prometheanfire@gentoo
1 commit: a892f54f40589588f382785ca502f8f4c5061a58
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 04:59:53 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 05:02:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a892f54f
7
8 app-crypt/certbot: stabilize 1.31.0 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 app-crypt/certbot/certbot-1.31.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/certbot/certbot-1.31.0.ebuild b/app-crypt/certbot/certbot-1.31.0.ebuild
16 index 3d098ba0560b..c328f93f94d0 100644
17 --- a/app-crypt/certbot/certbot-1.31.0.ebuild
18 +++ b/app-crypt/certbot/certbot-1.31.0.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
25 fi
26 S=${WORKDIR}/${P}/${PN}