diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-02 18:50:54 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-07-02 18:54:14 -0500 |
commit | 87088c8bc31541b706ee482cfee35fe342f362e1 (patch) | |
tree | fabb523216e48c9f82cbe7f176cba2c890cf3fb6 /app-crypt/acme/acme-1.5.0.ebuild | |
parent | www-apps/icingaweb2: 2.8.1 stable amd64/x86 with cleanup (diff) | |
download | gentoo-87088c8bc31541b706ee482cfee35fe342f362e1.tar.gz gentoo-87088c8bc31541b706ee482cfee35fe342f362e1.tar.bz2 gentoo-87088c8bc31541b706ee482cfee35fe342f362e1.zip |
app-crypt/acme: 1.5.0 stable amd64/x86
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme/acme-1.5.0.ebuild')
-rw-r--r-- | app-crypt/acme/acme-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.5.0.ebuild b/app-crypt/acme/acme-1.5.0.ebuild index 1d83c8b8d408..a728b3c4a9ed 100644 --- a/app-crypt/acme/acme-1.5.0.ebuild +++ b/app-crypt/acme/acme-1.5.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 |