summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-04-04 15:21:49 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-04-04 16:05:42 -0500
commit6caa508959b93e1ebc8b3497975643bb47ce1b8b (patch)
tree034c65f5d4d1ad7ce71eec9bfc8079c50943c733 /app-crypt/certbot/certbot-1.3.0.ebuild
parentapp-crypt/acme: 1.3.0 stable amd64/x86 with cleanup (diff)
downloadgentoo-6caa508959b93e1ebc8b3497975643bb47ce1b8b.tar.gz
gentoo-6caa508959b93e1ebc8b3497975643bb47ce1b8b.tar.bz2
gentoo-6caa508959b93e1ebc8b3497975643bb47ce1b8b.zip
app-crypt/certbot: 1.3.0 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot/certbot-1.3.0.ebuild')
-rw-r--r--app-crypt/certbot/certbot-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.3.0.ebuild b/app-crypt/certbot/certbot-1.3.0.ebuild
index c81039179f59..cf2fc8bb8922 100644
--- a/app-crypt/certbot/certbot-1.3.0.ebuild
+++ b/app-crypt/certbot/certbot-1.3.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}