diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-05-09 12:57:24 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-05-09 13:00:22 -0500 |
commit | 7938f8d9147d1f0cf5c433a72102c374514b816f (patch) | |
tree | cf1559f91b33bdb23e4ca4853622ba6d157e24a3 /app-crypt | |
parent | app-crypt/acme: 1.14.0 stable amd64/x86 (diff) | |
download | gentoo-7938f8d9147d1f0cf5c433a72102c374514b816f.tar.gz gentoo-7938f8d9147d1f0cf5c433a72102c374514b816f.tar.bz2 gentoo-7938f8d9147d1f0cf5c433a72102c374514b816f.zip |
app-crypt/certbot: 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/certbot/certbot-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.14.0.ebuild b/app-crypt/certbot/certbot-1.14.0.ebuild index e2450c428f8d..e131af1788ec 100644 --- a/app-crypt/certbot/certbot-1.14.0.ebuild +++ b/app-crypt/certbot/certbot-1.14.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} |