diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-10 12:50:51 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-10 12:50:51 -0600 |
commit | dfea4e4a4eee1ca56d73581dabd6678c9f4147d2 (patch) | |
tree | 35f5f3669ff854fdd5e95cf5cca13fea5346e337 /app-crypt/certbot-apache | |
parent | app-crypt/certbot: stabilize 1.32.0 for amd64, x86 (diff) | |
download | gentoo-dfea4e4a4eee1ca56d73581dabd6678c9f4147d2.tar.gz gentoo-dfea4e4a4eee1ca56d73581dabd6678c9f4147d2.tar.bz2 gentoo-dfea4e4a4eee1ca56d73581dabd6678c9f4147d2.zip |
app-crypt/certbot-apache: stabilize 1.32.0 for amd64, x86
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.32.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/certbot-apache/certbot-apache-1.32.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.32.0.ebuild index 4a5e9753518c..b69b550d0c42 100644 --- a/app-crypt/certbot-apache/certbot-apache-1.32.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-1.32.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 |