diff options
author | 2022-07-07 11:08:37 -0500 | |
---|---|---|
committer | 2022-07-07 11:10:08 -0500 | |
commit | a99bce73b28156f418994c23da98d1ad3b14d564 (patch) | |
tree | 890dad8e1a260cd3f2943588f035b00bb4e362f7 /app-crypt | |
parent | app-crypt/certbot-apache: 1.29.0 bump (diff) | |
download | gentoo-a99bce73b28156f418994c23da98d1ad3b14d564.tar.gz gentoo-a99bce73b28156f418994c23da98d1ad3b14d564.tar.bz2 gentoo-a99bce73b28156f418994c23da98d1ad3b14d564.zip |
app-crypt/certbot-apache: 1.29.0 stable amd64/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-1.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.28.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.28.0.ebuild index cf0c9621b1ae..85b55229a0d2 100644 --- a/app-crypt/certbot-apache/certbot-apache-1.28.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-1.28.0.ebuild @@ -12,7 +12,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 |