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