diff options
author | 2019-09-01 13:55:46 -0500 | |
---|---|---|
committer | 2019-09-01 13:55:46 -0500 | |
commit | ccc8a0e9f27bab28ae80460a60fae3726e13871e (patch) | |
tree | a98a1f3ebc8ffe3c91af37646369b5997fc338ca /app-crypt/certbot-apache | |
parent | app-crypt/certbot: 0.37.0 stablized amd64 and x86 (diff) | |
download | gentoo-ccc8a0e9f27bab28ae80460a60fae3726e13871e.tar.gz gentoo-ccc8a0e9f27bab28ae80460a60fae3726e13871e.tar.bz2 gentoo-ccc8a0e9f27bab28ae80460a60fae3726e13871e.zip |
app-crypt/certbot-apache: 0.37.2 stablized amd64 and x86
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/certbot-apache')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-0.37.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-0.37.2.ebuild b/app-crypt/certbot-apache/certbot-apache-0.37.2.ebuild index 5ac928afccf9..af3177274026 100644 --- a/app-crypt/certbot-apache/certbot-apache-0.37.2.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-0.37.2.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 |