diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-17 15:47:22 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-17 15:51:18 -0600 |
commit | 9e175fbba904aa7856ca85bf00104335c97cb3b2 (patch) | |
tree | f581a29e1d3ff5604826a4a3e45b8c7ad7c8adbb /app-crypt/certbot-apache | |
parent | app-crypt/certbot: cleanup (diff) | |
download | gentoo-9e175fbba904aa7856ca85bf00104335c97cb3b2.tar.gz gentoo-9e175fbba904aa7856ca85bf00104335c97cb3b2.tar.bz2 gentoo-9e175fbba904aa7856ca85bf00104335c97cb3b2.zip |
app-crypt/certbot-apache: 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/certbot-apache')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild index cef80d06281a..ac62ff48ce52 100644 --- a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" S=${WORKDIR}/${PN%-apache}-${PV}/${PN} fi |