diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-05-09 12:56:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-05-09 13:00:20 -0500 |
commit | 6b73657c157159d3135b89f4fe8a724a5ecb75ec (patch) | |
tree | 0c70e093fa98d2b13b25f1722fdeba0cf280f45b /app-crypt | |
parent | dev-lang/perl: Add Perl 5.34.0-RC1 for testing and preparation (diff) | |
download | gentoo-6b73657c157159d3135b89f4fe8a724a5ecb75ec.tar.gz gentoo-6b73657c157159d3135b89f4fe8a724a5ecb75ec.tar.bz2 gentoo-6b73657c157159d3135b89f4fe8a724a5ecb75ec.zip |
app-crypt/acme: 1.14.0 stable amd64/x86
Package-Manager: Portage-3.0.18, 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.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.14.0.ebuild b/app-crypt/acme/acme-1.14.0.ebuild index 45526ccaf417..ec89e0c80b43 100644 --- a/app-crypt/acme/acme-1.14.0.ebuild +++ b/app-crypt/acme/acme-1.14.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 |