summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-02-12 17:42:24 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2023-02-12 17:44:28 -0600
commit5f5aa5bc932d8fe11a730ab8a6ada5ab2c95058a (patch)
tree3f0418750ed7fc2b8ae1551dc757294b2993983e /app-crypt
parentnet-nds/openldap: fix /run creation (diff)
downloadgentoo-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.ebuild2
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