From 962a9f7e76c266047904c9f13550bd225b82535f Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 3 Jan 2021 14:24:42 -0600 Subject: app-crypt/certbot-apache: 1.10.1 stable amd64/x86 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthew Thode --- app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild b/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild index b7e449dda5b7..9657f60ba6f4 100644 --- a/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,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