diff options
Diffstat (limited to 'app-crypt/certbot/certbot-0.31.0.ebuild')
-rw-r--r-- | app-crypt/certbot/certbot-0.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-0.31.0.ebuild b/app-crypt/certbot/certbot-0.31.0.ebuild index 24ed55a9e6c8..9fe3a6058249 100644 --- a/app-crypt/certbot/certbot-0.31.0.ebuild +++ b/app-crypt/certbot/certbot-0.31.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 inherit distutils-r1 |