diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-02 22:12:32 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-02 22:18:59 -0500 |
commit | 98af3ead4026e19a2d5695d91ea667d9036a7d1d (patch) | |
tree | 0fad9afdecfd1d6796b749ec4fbcfdddb3e89cff /app-crypt | |
parent | net-ftp/tftp-hpa: adapt to iputils tftpd removal (diff) | |
download | gentoo-98af3ead4026e19a2d5695d91ea667d9036a7d1d.tar.gz gentoo-98af3ead4026e19a2d5695d91ea667d9036a7d1d.tar.bz2 gentoo-98af3ead4026e19a2d5695d91ea667d9036a7d1d.zip |
app-crypt/acme: 1.24.0 stable amd64 / x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-1.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.24.0.ebuild b/app-crypt/acme/acme-1.24.0.ebuild index 1d353f46ad14..d0b11ae153a4 100644 --- a/app-crypt/acme/acme-1.24.0.ebuild +++ b/app-crypt/acme/acme-1.24.0.ebuild @@ -14,7 +14,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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" S=${WORKDIR}/certbot-${PV}/acme fi |