summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-09-05 14:18:52 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-09-05 14:18:52 -0500
commit5a6f8eb6fceb533d1ba1906d03d7636e07bf2d21 (patch)
treea753bcfb92e99f009d93885e339be3aa973703b2 /app-crypt
parentapp-crypt/acme: 1.7.0 stable amd64/x86 (diff)
downloadgentoo-5a6f8eb6fceb533d1ba1906d03d7636e07bf2d21.tar.gz
gentoo-5a6f8eb6fceb533d1ba1906d03d7636e07bf2d21.tar.bz2
gentoo-5a6f8eb6fceb533d1ba1906d03d7636e07bf2d21.zip
app-crypt/certbot: 1.7.0 stable amd64/x86
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/certbot/certbot-1.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.7.0.ebuild b/app-crypt/certbot/certbot-1.7.0.ebuild
index f5147fca7936..7a862586d0d5 100644
--- a/app-crypt/certbot/certbot-1.7.0.ebuild
+++ b/app-crypt/certbot/certbot-1.7.0.ebuild
@@ -9,7 +9,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}