diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-17 15:41:49 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-17 15:51:14 -0600 |
commit | 7bd0aeb939dc8c207282d42154c4b872332ba508 (patch) | |
tree | 955d8d4ddb3288406d85be36b33611f896d9bc36 /app-crypt | |
parent | app-crypt/certbot-dns-nsone: fix patrick's broken deps (diff) | |
download | gentoo-7bd0aeb939dc8c207282d42154c4b872332ba508.tar.gz gentoo-7bd0aeb939dc8c207282d42154c4b872332ba508.tar.bz2 gentoo-7bd0aeb939dc8c207282d42154c4b872332ba508.zip |
app-crypt/acme: 1.1.0 stable amd64/x86
Package-Manager: Portage-2.3.84, 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.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.1.0.ebuild b/app-crypt/acme/acme-1.1.0.ebuild index 4aaf884c944a..db4f214816dc 100644 --- a/app-crypt/acme/acme-1.1.0.ebuild +++ b/app-crypt/acme/acme-1.1.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 |