diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-17 20:43:31 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-17 20:45:15 -0500 |
commit | 9c43c1967efd8163e6997a7ccb201b9701e81a44 (patch) | |
tree | 354e63fe88bbffbffa1b33e3a13b9cb3cd7e4678 /app-crypt/acme | |
parent | */*: metadata.xml: use https instead http (diff) | |
download | gentoo-9c43c1967efd8163e6997a7ccb201b9701e81a44.tar.gz gentoo-9c43c1967efd8163e6997a7ccb201b9701e81a44.tar.bz2 gentoo-9c43c1967efd8163e6997a7ccb201b9701e81a44.zip |
app-crypt/acme: 1.25.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/acme')
-rw-r--r-- | app-crypt/acme/acme-1.25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.25.0.ebuild b/app-crypt/acme/acme-1.25.0.ebuild index be518d606627..da63ed453043 100644 --- a/app-crypt/acme/acme-1.25.0.ebuild +++ b/app-crypt/acme/acme-1.25.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 |