diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-05 14:18:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-09-05 14:18:52 -0500 |
commit | 5a6f8eb6fceb533d1ba1906d03d7636e07bf2d21 (patch) | |
tree | a753bcfb92e99f009d93885e339be3aa973703b2 /app-crypt/certbot | |
parent | app-crypt/acme: 1.7.0 stable amd64/x86 (diff) | |
download | gentoo-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/certbot')
-rw-r--r-- | app-crypt/certbot/certbot-1.7.0.ebuild | 2 |
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} |