summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-04-03 14:03:56 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-04-03 14:06:08 -0500
commita861f8adb7fe315c49e16f8a0f1e0004195b2b96 (patch)
tree12f9594fbaccc0769244d17c173913e8294f700d
parentx11-drivers/nvidia-drivers: add 465.19.01 (diff)
downloadgentoo-a861f8adb7fe315c49e16f8a0f1e0004195b2b96.tar.gz
gentoo-a861f8adb7fe315c49e16f8a0f1e0004195b2b96.tar.bz2
gentoo-a861f8adb7fe315c49e16f8a0f1e0004195b2b96.zip
app-crypt/acme: 1.13.0 stable amd64/x86
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--app-crypt/acme/acme-1.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.13.0.ebuild b/app-crypt/acme/acme-1.13.0.ebuild
index 6e86a07321fd..37a6145366aa 100644
--- a/app-crypt/acme/acme-1.13.0.ebuild
+++ b/app-crypt/acme/acme-1.13.0.ebuild
@@ -11,7 +11,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 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
fi