diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-14 14:14:24 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-14 14:16:07 -0500 |
commit | 1bf75f614b508103be5142dd5c3348b085a199d9 (patch) | |
tree | 29bebf97c1b03629a5cc37c915b039d9b349b2e1 /app-crypt | |
parent | app-crypt/acme: 0.25.1 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-1bf75f614b508103be5142dd5c3348b085a199d9.tar.gz gentoo-1bf75f614b508103be5142dd5c3348b085a199d9.tar.bz2 gentoo-1bf75f614b508103be5142dd5c3348b085a199d9.zip |
app-crypt/certbot: 0.25.1 stable amd64 and x86
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-0.25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-0.25.1.ebuild b/app-crypt/certbot/certbot-0.25.1.ebuild index cf9f45f6fe8d..862f352ff1c1 100644 --- a/app-crypt/certbot/certbot-0.25.1.ebuild +++ b/app-crypt/certbot/certbot-0.25.1.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 x86" fi inherit distutils-r1 |