diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-03-04 10:55:49 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-03-04 11:11:05 -0600 |
commit | 4462b3eea1db7e4d1c6d2295a1e928e306cb7a56 (patch) | |
tree | 19b75184321c0fd90dd71baa9378b6aa14b215b1 /app-crypt | |
parent | net-analyzer/icinga2: 2.11.3 bump (diff) | |
download | gentoo-4462b3eea1db7e4d1c6d2295a1e928e306cb7a56.tar.gz gentoo-4462b3eea1db7e4d1c6d2295a1e928e306cb7a56.tar.bz2 gentoo-4462b3eea1db7e4d1c6d2295a1e928e306cb7a56.zip |
app-crypt/acme: 1.2.0 stable amd64 / x86
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.2.0.ebuild b/app-crypt/acme/acme-1.2.0.ebuild index 4aaf884c944a..db4f214816dc 100644 --- a/app-crypt/acme/acme-1.2.0.ebuild +++ b/app-crypt/acme/acme-1.2.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 |