diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-22 13:54:07 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-22 13:55:38 -0600 |
commit | e094589080003716afc876426fe56385542f485e (patch) | |
tree | 44501691d9503d8664651af6cd16a8466d7fc33d /app-crypt/acme | |
parent | www-client/chromium: remove unused patches (diff) | |
download | gentoo-e094589080003716afc876426fe56385542f485e.tar.gz gentoo-e094589080003716afc876426fe56385542f485e.tar.bz2 gentoo-e094589080003716afc876426fe56385542f485e.zip |
app-crypt/acme: stabilize 2.0.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-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-2.0.0.ebuild b/app-crypt/acme/acme-2.0.0.ebuild index 8105093d2780..07f2c8f48ea5 100644 --- a/app-crypt/acme/acme-2.0.0.ebuild +++ b/app-crypt/acme/acme-2.0.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 |