diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-03 14:23:34 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-03 14:23:34 -0600 |
commit | 076cad79c5f67154e1438dcceb8ee4084c3295e4 (patch) | |
tree | 627cca7369f2d76bf27e1698e0cb51911cbe761c /app-crypt/acme | |
parent | media-sound/pulseeffects: cleanup (diff) | |
download | gentoo-076cad79c5f67154e1438dcceb8ee4084c3295e4.tar.gz gentoo-076cad79c5f67154e1438dcceb8ee4084c3295e4.tar.bz2 gentoo-076cad79c5f67154e1438dcceb8ee4084c3295e4.zip |
app-crypt/acme: 1.10.1 stable amd64/x86
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-1.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/acme/acme-1.10.1.ebuild b/app-crypt/acme/acme-1.10.1.ebuild index e6b050a6c6a9..78ec010b08a6 100644 --- a/app-crypt/acme/acme-1.10.1.ebuild +++ b/app-crypt/acme/acme-1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |