diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-04 15:21:49 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-04-04 16:05:42 -0500 |
commit | 6caa508959b93e1ebc8b3497975643bb47ce1b8b (patch) | |
tree | 034c65f5d4d1ad7ce71eec9bfc8079c50943c733 /app-crypt/certbot/certbot-1.3.0.ebuild | |
parent | app-crypt/acme: 1.3.0 stable amd64/x86 with cleanup (diff) | |
download | gentoo-6caa508959b93e1ebc8b3497975643bb47ce1b8b.tar.gz gentoo-6caa508959b93e1ebc8b3497975643bb47ce1b8b.tar.bz2 gentoo-6caa508959b93e1ebc8b3497975643bb47ce1b8b.zip |
app-crypt/certbot: 1.3.0 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot/certbot-1.3.0.ebuild')
-rw-r--r-- | app-crypt/certbot/certbot-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.3.0.ebuild b/app-crypt/certbot/certbot-1.3.0.ebuild index c81039179f59..cf2fc8bb8922 100644 --- a/app-crypt/certbot/certbot-1.3.0.ebuild +++ b/app-crypt/certbot/certbot-1.3.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi S=${WORKDIR}/${P}/${PN} |