diff options
author | 2020-11-07 16:32:56 -0600 | |
---|---|---|
committer | 2020-11-07 16:35:06 -0600 | |
commit | d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8 (patch) | |
tree | 042c6ab6d7489abb374b0155c7b610f8a2457129 /app-crypt/certbot/certbot-1.9.0.ebuild | |
parent | app-crypt/acme: 1.9.0 stable amd64/x86 with cleanup (diff) | |
download | gentoo-d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8.tar.gz gentoo-d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8.tar.bz2 gentoo-d1b9a83788cbd60f322d3835bcd76f64b8d7b8f8.zip |
app-crypt/certbot: 1.9.0 stable amd64/x86 with cleanup
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot/certbot-1.9.0.ebuild')
-rw-r--r-- | app-crypt/certbot/certbot-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.9.0.ebuild b/app-crypt/certbot/certbot-1.9.0.ebuild index e54440941505..a2a86aad3888 100644 --- a/app-crypt/certbot/certbot-1.9.0.ebuild +++ b/app-crypt/certbot/certbot-1.9.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} |