diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-09-03 09:40:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-09-03 09:43:01 -0500 |
commit | 81b6a76478bb666ed9297ca1335b88af8a52cdf3 (patch) | |
tree | 83adba912053830e92a3c303ec5cfaa424ccf0e5 /app-crypt | |
parent | app-crypt/acme: 1.18.0 bump (diff) | |
download | gentoo-81b6a76478bb666ed9297ca1335b88af8a52cdf3.tar.gz gentoo-81b6a76478bb666ed9297ca1335b88af8a52cdf3.tar.bz2 gentoo-81b6a76478bb666ed9297ca1335b88af8a52cdf3.zip |
app-crypt/certbot: 1.18.0 stable amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-1.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.18.0.ebuild b/app-crypt/certbot/certbot-1.18.0.ebuild index d1f283af9bb4..733148355534 100644 --- a/app-crypt/certbot/certbot-1.18.0.ebuild +++ b/app-crypt/certbot/certbot-1.18.0.ebuild @@ -11,7 +11,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} |