diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-27 23:28:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-27 23:28:36 +0200 |
commit | 361bf8a81d6a575c833cf35881ee5c4b1da20683 (patch) | |
tree | 2a9f7e79397ec887d28551a678dd838ec039341f /app-crypt/certbot-apache | |
parent | app-admin/calamares: Remove 3.1.5 (diff) | |
download | gentoo-361bf8a81d6a575c833cf35881ee5c4b1da20683.tar.gz gentoo-361bf8a81d6a575c833cf35881ee5c4b1da20683.tar.bz2 gentoo-361bf8a81d6a575c833cf35881ee5c4b1da20683.zip |
app-crypt/certbot-apache: Works just fine on x86.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-crypt/certbot-apache')
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot-apache/certbot-apache-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |