From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DB461396D9 for ; Fri, 27 Oct 2017 21:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 553C9E0BCB; Fri, 27 Oct 2017 21:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 384E7E0BCB for ; Fri, 27 Oct 2017 21:28:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A75733BEAC for ; Fri, 27 Oct 2017 21:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11AE930B for ; Fri, 27 Oct 2017 21:28:44 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1509139716.361bf8a81d6a575c833cf35881ee5c4b1da20683.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild app-crypt/certbot-apache/certbot-apache-9999.ebuild X-VCS-Directories: app-crypt/certbot-apache/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 361bf8a81d6a575c833cf35881ee5c4b1da20683 X-VCS-Branch: master Date: Fri, 27 Oct 2017 21:28:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8068da82-4940-4123-a0f1-630b848866bb X-Archives-Hash: b84f092eae7d2fc493c3fc3b5baba2e0 commit: 361bf8a81d6a575c833cf35881ee5c4b1da20683 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 27 21:28:13 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Oct 27 21:28:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361bf8a8 app-crypt/certbot-apache: Works just fine on x86. Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild | 2 +- 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 93bc9555195..6dd43da7e5b 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 93bc9555195..6dd43da7e5b 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