diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-01 13:54:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-01 13:54:27 -0500 |
commit | d073c42f968569f905167afdbbd752e0ec2d09d8 (patch) | |
tree | 7f5ac957e34a8c88637639974b04fe5f0346104a /app-crypt/acme | |
parent | www-apps/icingaweb2: 2.7.1 stable amd64 and x86 with cleanup (diff) | |
download | gentoo-d073c42f968569f905167afdbbd752e0ec2d09d8.tar.gz gentoo-d073c42f968569f905167afdbbd752e0ec2d09d8.tar.bz2 gentoo-d073c42f968569f905167afdbbd752e0ec2d09d8.zip |
app-crypt/acme: 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/acme')
-rw-r--r-- | app-crypt/acme/acme-0.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.37.0.ebuild b/app-crypt/acme/acme-0.37.0.ebuild index 3acd37f75f8e..9a9b63c8fa3c 100644 --- a/app-crypt/acme/acme-0.37.0.ebuild +++ b/app-crypt/acme/acme-0.37.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 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" S=${WORKDIR}/certbot-${PV}/acme fi |