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 303181382C5 for ; Mon, 26 Feb 2018 18:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A479E09B8; Mon, 26 Feb 2018 18:02:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4CF6CE09B8 for ; Mon, 26 Feb 2018 18:02:49 +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 38126335C2F for ; Mon, 26 Feb 2018 18:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6E211D8 for ; Mon, 26 Feb 2018 18:02:45 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1519668154.dcfd2fffaa63af65a4aa2c2973c877d055250554.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gprbuild/gprbuild-2017.ebuild X-VCS-Directories: dev-ada/gprbuild/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: dcfd2fffaa63af65a4aa2c2973c877d055250554 X-VCS-Branch: master Date: Mon, 26 Feb 2018 18:02:45 +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: 45aa8628-673a-43f0-8880-9d06379aa4d5 X-Archives-Hash: 9224bc95c7b2b660e5f39650b103cedc commit: dcfd2fffaa63af65a4aa2c2973c877d055250554 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Feb 26 18:02:34 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 26 18:02:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfd2fff dev-ada/gprbuild: Add ~x86 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ada/gprbuild/gprbuild-2017.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gprbuild/gprbuild-2017.ebuild b/dev-ada/gprbuild/gprbuild-2017.ebuild index 3cc42ef2dbd..15515016059 100644 --- a/dev-ada/gprbuild/gprbuild-2017.ebuild +++ b/dev-ada/gprbuild/gprbuild-2017.ebuild @@ -16,7 +16,7 @@ SRC_URI=" -> xmlada-gpl-${PV}-src.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="gnat_2016 +gnat_2017" DEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )