diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-05 23:59:34 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-11-06 00:02:08 -0500 |
commit | 8a609673882c88b25921b4fe421bd4e0044a0403 (patch) | |
tree | 0c1fd0903b301c345cebc218f1d20448dae3da9f /app-crypt/acme | |
parent | www-apps/icingaweb2: add 2.11.2 (diff) | |
download | gentoo-8a609673882c88b25921b4fe421bd4e0044a0403.tar.gz gentoo-8a609673882c88b25921b4fe421bd4e0044a0403.tar.bz2 gentoo-8a609673882c88b25921b4fe421bd4e0044a0403.zip |
app-crypt/acme: stabilize 1.31.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-1.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.31.0.ebuild b/app-crypt/acme/acme-1.31.0.ebuild index a905a81b75cc..3fb83dc6c5a0 100644 --- a/app-crypt/acme/acme-1.31.0.ebuild +++ b/app-crypt/acme/acme-1.31.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" S=${WORKDIR}/certbot-${PV}/acme fi |