From dfea4e4a4eee1ca56d73581dabd6678c9f4147d2 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 10 Dec 2022 12:50:51 -0600 Subject: app-crypt/certbot-apache: stabilize 1.32.0 for amd64, x86 Signed-off-by: Matthew Thode --- app-crypt/certbot-apache/certbot-apache-1.32.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-crypt/certbot-apache') 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 -- cgit v1.2.3-65-gdbad