diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-26 06:41:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-26 06:55:37 -0600 |
commit | b2e2c4c84cffefc8b4f43921c4fb751a00426b33 (patch) | |
tree | 88a5d03f7dacfc405edcdea9e416d3764f88f5eb /app-crypt/acme | |
parent | dev-python/josepy: stable amd64 and x86 for acme (diff) | |
download | gentoo-b2e2c4c84cffefc8b4f43921c4fb751a00426b33.tar.gz gentoo-b2e2c4c84cffefc8b4f43921c4fb751a00426b33.tar.bz2 gentoo-b2e2c4c84cffefc8b4f43921c4fb751a00426b33.zip |
app-crypt/acme: 0.21.1 stable amd64 and x86
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-0.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.21.1.ebuild b/app-crypt/acme/acme-0.21.1.ebuild index 610350856377..1011932ad110 100644 --- a/app-crypt/acme/acme-0.21.1.ebuild +++ b/app-crypt/acme/acme-0.21.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 x86" S=${WORKDIR}/certbot-${PV}/acme fi |