diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-11 09:33:59 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-11 09:35:26 -0500 |
commit | 7894c4cc60f2a05a8f61e1f665eb62a797b9a974 (patch) | |
tree | cba272fdc2bc9e6c6cd63325ffc6810301136d56 | |
parent | app-crypt/acme: 1.17.0 stable amd64 x86 (diff) | |
download | gentoo-7894c4cc60f2a05a8f61e1f665eb62a797b9a974.tar.gz gentoo-7894c4cc60f2a05a8f61e1f665eb62a797b9a974.tar.bz2 gentoo-7894c4cc60f2a05a8f61e1f665eb62a797b9a974.zip |
app-crypt/certbot: 1.17.0 stable amd64 x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | app-crypt/certbot/certbot-1.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.17.0.ebuild b/app-crypt/certbot/certbot-1.17.0.ebuild index bf9117a89b96..a2ad43b5a62c 100644 --- a/app-crypt/certbot/certbot-1.17.0.ebuild +++ b/app-crypt/certbot/certbot-1.17.0.ebuild @@ -10,7 +10,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} |