diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-03-04 10:57:27 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-03-04 11:11:07 -0600 |
commit | 53426ff96fa1e9c4bfdcf3e687f43f3673c71181 (patch) | |
tree | 436f9af7df4247ee7f3a0ab26cbe110864e893a8 /app-crypt/certbot | |
parent | app-crypt/acme: cleanup 1.1.0 (diff) | |
download | gentoo-53426ff96fa1e9c4bfdcf3e687f43f3673c71181.tar.gz gentoo-53426ff96fa1e9c4bfdcf3e687f43f3673c71181.tar.bz2 gentoo-53426ff96fa1e9c4bfdcf3e687f43f3673c71181.zip |
app-crypt/certbot: 1.2.0 stable amd64 / x86
Package-Manager: Portage-2.3.89, 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.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.2.0-r1.ebuild b/app-crypt/certbot/certbot-1.2.0-r1.ebuild index c81039179f59..cf2fc8bb8922 100644 --- a/app-crypt/certbot/certbot-1.2.0-r1.ebuild +++ b/app-crypt/certbot/certbot-1.2.0-r1.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} |