diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-01 13:55:08 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-01 13:55:08 -0500 |
commit | 3234347a425af8ab62eb56ea83d002b8288e3904 (patch) | |
tree | 17688b8060eeb30f554e0dd1bec7fa9b37d5f9db /app-crypt/certbot | |
parent | app-crypt/acme: 0.37.0 stablized amd64 and x86 (diff) | |
download | gentoo-3234347a425af8ab62eb56ea83d002b8288e3904.tar.gz gentoo-3234347a425af8ab62eb56ea83d002b8288e3904.tar.bz2 gentoo-3234347a425af8ab62eb56ea83d002b8288e3904.zip |
app-crypt/certbot: 0.37.0 stablized amd64 and x86
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r-- | app-crypt/certbot/certbot-0.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-0.37.0.ebuild b/app-crypt/certbot/certbot-0.37.0.ebuild index c55679793511..4ed99381a016 100644 --- a/app-crypt/certbot/certbot-0.37.0.ebuild +++ b/app-crypt/certbot/certbot-0.37.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 inherit distutils-r1 |