diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-11 09:33:31 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-11 09:35:25 -0500 |
commit | c89d5d624046d64599e851984a86d94ff97e993a (patch) | |
tree | 5b3d303e50947390a16a8c60e33b9b775b133b4b /app-crypt | |
parent | www-apps/icingaweb2: 2.9.3 bump (diff) | |
download | gentoo-c89d5d624046d64599e851984a86d94ff97e993a.tar.gz gentoo-c89d5d624046d64599e851984a86d94ff97e993a.tar.bz2 gentoo-c89d5d624046d64599e851984a86d94ff97e993a.zip |
app-crypt/acme: 1.17.0 stable amd64 x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-1.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.17.0.ebuild b/app-crypt/acme/acme-1.17.0.ebuild index 6e86a07321fd..37a6145366aa 100644 --- a/app-crypt/acme/acme-1.17.0.ebuild +++ b/app-crypt/acme/acme-1.17.0.ebuild @@ -11,7 +11,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 |