diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-12-06 09:54:27 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-12-06 10:04:08 -0600 |
commit | 3410b39ba58b5c179fba3bfbd0411a07f73359b5 (patch) | |
tree | 1dd603ecd1ba205f6279e92aaa8acf9b4df929f8 /app-crypt/acme | |
parent | app-crypt/acme: 0.29.1 bump (diff) | |
download | gentoo-3410b39ba58b5c179fba3bfbd0411a07f73359b5.tar.gz gentoo-3410b39ba58b5c179fba3bfbd0411a07f73359b5.tar.bz2 gentoo-3410b39ba58b5c179fba3bfbd0411a07f73359b5.zip |
app-crypt/acme: 0.28.0 stable amd64 and x86
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-0.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.28.0.ebuild b/app-crypt/acme/acme-0.28.0.ebuild index 7f36c02c7764..2691a8a8d0d8 100644 --- a/app-crypt/acme/acme-0.28.0.ebuild +++ b/app-crypt/acme/acme-0.28.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 |