From: Andreas K. Hüttel Date: Fri, 27 Oct 2017 21:28:13 +0000 (+0200) Subject: app-crypt/certbot-apache: Works just fine on x86. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=361bf8a81d6a575c833cf35881ee5c4b1da20683;p=gentoo.git app-crypt/certbot-apache: Works just fine on x86. Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- diff --git a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild b/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild index 93bc95551953..6dd43da7e5b4 100644 --- a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-0.19.0.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" + KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${PN%-apache}-${PV}/${PN} fi diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild index 93bc95551953..6dd43da7e5b4 100644 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-9999.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" + KEYWORDS="~amd64 ~x86" S=${WORKDIR}/${PN%-apache}-${PV}/${PN} fi