summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-02-17 15:45:12 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-02-17 15:51:16 -0600
commit26def1b60ddb75b1e0aaecb7247365e24cb86280 (patch)
tree866fc59fa61785412ed8bc235aa6b9b772e6fa60 /app-crypt/certbot
parentapp-crypt/acme: cleanup (diff)
downloadgentoo-26def1b60ddb75b1e0aaecb7247365e24cb86280.tar.gz
gentoo-26def1b60ddb75b1e0aaecb7247365e24cb86280.tar.bz2
gentoo-26def1b60ddb75b1e0aaecb7247365e24cb86280.zip
app-crypt/certbot: 1.1.0 stable amd64/x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r--app-crypt/certbot/certbot-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.1.0.ebuild b/app-crypt/certbot/certbot-1.1.0.ebuild
index ec673774775d..0bdc5cb8d9fb 100644
--- a/app-crypt/certbot/certbot-1.1.0.ebuild
+++ b/app-crypt/certbot/certbot-1.1.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}