diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-10 12:20:19 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-10 12:20:19 -0500 |
commit | fbafa9719658f8e5bc9234486c9fde2696c0f7dd (patch) | |
tree | 79707a72c66b1c511513300fd8312020a197137f /app-crypt | |
parent | net-analyzer/wireshark: shuffle deps again (diff) | |
download | gentoo-fbafa9719658f8e5bc9234486c9fde2696c0f7dd.tar.gz gentoo-fbafa9719658f8e5bc9234486c9fde2696c0f7dd.tar.bz2 gentoo-fbafa9719658f8e5bc9234486c9fde2696c0f7dd.zip |
app-crypt/acme: stabilize 1.30.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-1.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.30.0.ebuild b/app-crypt/acme/acme-1.30.0.ebuild index a905a81b75cc..3fb83dc6c5a0 100644 --- a/app-crypt/acme/acme-1.30.0.ebuild +++ b/app-crypt/acme/acme-1.30.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 |