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 239BE138334 for ; Tue, 4 Jun 2019 19:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9A4E0924; Tue, 4 Jun 2019 19:45:06 +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 C960CE0924 for ; Tue, 4 Jun 2019 19:45:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 78468345680 for ; Tue, 4 Jun 2019 19:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E160758B for ; Tue, 4 Jun 2019 19:45:03 +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: <1559677490.8b53ff1525ad6a7890e42a9fc1f8f49a46fff6d8.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-2018-r1.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8b53ff1525ad6a7890e42a9fc1f8f49a46fff6d8 X-VCS-Branch: master Date: Tue, 4 Jun 2019 19:45:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac86120d-d09d-40cc-96b6-64bf58bf8d23 X-Archives-Hash: 083cfd25d371afb48712d58add95e06a commit: 8b53ff1525ad6a7890e42a9fc1f8f49a46fff6d8 Author: Tupone Alfredo gentoo org> AuthorDate: Tue Jun 4 19:44:02 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jun 4 19:44:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b53ff15 dev-ada/gnatcoll-core: Use a better dependency Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ada/gnatcoll-core/gnatcoll-core-2018-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2018-r1.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2018-r1.ebuild index 6deb1e582be..e3449f09b04 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2018-r1.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2018-r1.ebuild @@ -17,13 +17,11 @@ KEYWORDS="~amd64 ~x86" IUSE="gnat_2016 gnat_2017 +gnat_2018 gnat_2019 +shared static-libs static-pic" RDEPEND=" - dev-ada/libgpr[gnat_2016?,gnat_2017?,gnat_2018?,gnat_2019?] + dev-ada/libgpr[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?] dev-ada/libgpr[shared?,static-libs?,static-pic?] !dev-ada/gnatcoll" DEPEND="${RDEPEND} - dev-ada/gprbuild - gnat_2016? ( dev-ada/gprbuild[gnat_2016] ) - dev-ada/gprbuild[gnat_2017?,gnat_2018?,gnat_2019?]" + dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]" REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 gnat_2019 )"