diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-06-02 16:08:44 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-06-02 16:16:03 -0500 |
commit | 015e5d68702d389e6642925fc81552cfa7ad2036 (patch) | |
tree | f6b8f4d95763fb91e54d3a62279f7cc2a115213d /app-crypt/acme | |
parent | dev-python/josepy: 1.1.0 stable amd64 and x86 (diff) | |
download | gentoo-015e5d68702d389e6642925fc81552cfa7ad2036.tar.gz gentoo-015e5d68702d389e6642925fc81552cfa7ad2036.tar.bz2 gentoo-015e5d68702d389e6642925fc81552cfa7ad2036.zip |
app-crypt/acme: 0.24.0 stable amd64 and x86
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-0.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.24.0.ebuild b/app-crypt/acme/acme-0.24.0.ebuild index 610350856377..1011932ad110 100644 --- a/app-crypt/acme/acme-0.24.0.ebuild +++ b/app-crypt/acme/acme-0.24.0.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 |