From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1958F138208 for ; Sun, 1 May 2016 07:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE041E0850; Sun, 1 May 2016 07:00:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86AE2E0850 for ; Sun, 1 May 2016 07:00:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96C6A33BE19 for ; Sun, 1 May 2016 07:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4AED79 for ; Sun, 1 May 2016 06:59:59 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1462085980.d7708973c0580dcfb96bc5243ec0429f9a0191d8.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-0.4.2.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: d7708973c0580dcfb96bc5243ec0429f9a0191d8 X-VCS-Branch: master Date: Sun, 1 May 2016 06:59:59 +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: 9482879e-bfcc-4776-b614-578fc84e7d34 X-Archives-Hash: 39148d9f72cf5a364408f6d0aab08a88 commit: d7708973c0580dcfb96bc5243ec0429f9a0191d8 Author: Markus Meier gentoo org> AuthorDate: Sun May 1 06:59:40 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun May 1 06:59:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7708973 app-crypt/acme: add ~arm, bug #576912 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" app-crypt/acme/acme-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/acme/acme-0.4.2.ebuild b/app-crypt/acme/acme-0.4.2.ebuild index a527e0f..9f607f6 100644 --- a/app-crypt/acme/acme-0.4.2.ebuild +++ b/app-crypt/acme/acme-0.4.2.ebuild @@ -8,11 +8,11 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git" inherit git-r3 - KEYWORDS="" + KEYWORDS="~arm" S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm" S=${WORKDIR}/letsencrypt-${PV}/acme fi