diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-12 17:42:24 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-02-12 17:44:28 -0600 |
commit | 5f5aa5bc932d8fe11a730ab8a6ada5ab2c95058a (patch) | |
tree | 3f0418750ed7fc2b8ae1551dc757294b2993983e /app-crypt | |
parent | net-nds/openldap: fix /run creation (diff) | |
download | gentoo-5f5aa5bc932d8fe11a730ab8a6ada5ab2c95058a.tar.gz gentoo-5f5aa5bc932d8fe11a730ab8a6ada5ab2c95058a.tar.bz2 gentoo-5f5aa5bc932d8fe11a730ab8a6ada5ab2c95058a.zip |
app-crypt/acme: stabilize 2.2.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-2.2.0.ebuild b/app-crypt/acme/acme-2.2.0.ebuild index 64472c2d2ee3..e8f4b85a9901 100644 --- a/app-crypt/acme/acme-2.2.0.ebuild +++ b/app-crypt/acme/acme-2.2.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 |