diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-17 15:45:12 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-17 15:51:16 -0600 |
commit | 26def1b60ddb75b1e0aaecb7247365e24cb86280 (patch) | |
tree | 866fc59fa61785412ed8bc235aa6b9b772e6fa60 /app-crypt | |
parent | app-crypt/acme: cleanup (diff) | |
download | gentoo-26def1b60ddb75b1e0aaecb7247365e24cb86280.tar.gz gentoo-26def1b60ddb75b1e0aaecb7247365e24cb86280.tar.bz2 gentoo-26def1b60ddb75b1e0aaecb7247365e24cb86280.zip |
app-crypt/certbot: 1.1.0 stable amd64/x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot/certbot-1.1.0.ebuild b/app-crypt/certbot/certbot-1.1.0.ebuild index ec673774775d..0bdc5cb8d9fb 100644 --- a/app-crypt/certbot/certbot-1.1.0.ebuild +++ b/app-crypt/certbot/certbot-1.1.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} |