summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-07-03 14:51:27 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-07-03 14:52:29 -0500
commit2f5b436ec3a3cf1f6e1d3b21c14c7edc5940f8e9 (patch)
tree4a9f1437147de5071c5d49f9de9dcfd4c9886ca6 /app-crypt/certbot/certbot-1.16.0.ebuild
parentapp-crypt/acme: 1.16.0 stable amd64/x86 (diff)
downloadgentoo-2f5b436ec3a3cf1f6e1d3b21c14c7edc5940f8e9.tar.gz
gentoo-2f5b436ec3a3cf1f6e1d3b21c14c7edc5940f8e9.tar.bz2
gentoo-2f5b436ec3a3cf1f6e1d3b21c14c7edc5940f8e9.zip
app-crypt/certbot: 1.16.0 stable amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot/certbot-1.16.0.ebuild')
-rw-r--r--app-crypt/certbot/certbot-1.16.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.16.0.ebuild b/app-crypt/certbot/certbot-1.16.0.ebuild
index bf9117a89b96..a2ad43b5a62c 100644
--- a/app-crypt/certbot/certbot-1.16.0.ebuild
+++ b/app-crypt/certbot/certbot-1.16.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
fi
S=${WORKDIR}/${P}/${PN}