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 1DF85138334 for ; Thu, 29 Nov 2018 21:17:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA6AEE0896; Thu, 29 Nov 2018 21:16:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AAF9EE0896 for ; Thu, 29 Nov 2018 21:16:58 +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 8E467335C36 for ; Thu, 29 Nov 2018 21:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6050E326 for ; Thu, 29 Nov 2018 21:16:52 +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: <1543526196.f74b732234547f0d53f843390d79891aa41097c1.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/asis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/asis/asis-2018.ebuild X-VCS-Directories: dev-ada/asis/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f74b732234547f0d53f843390d79891aa41097c1 X-VCS-Branch: master Date: Thu, 29 Nov 2018 21:16:52 +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: 8ac28a49-4874-40d3-9efc-ba1b70930c29 X-Archives-Hash: ec45946a1f23ade5e88109c2ede380b8 commit: f74b732234547f0d53f843390d79891aa41097c1 Author: Tupone Alfredo gentoo org> AuthorDate: Thu Nov 29 21:16:36 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Nov 29 21:16:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74b7322 dev-ada/asis: fix dep on gnat_util Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ada/asis/asis-2018.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/asis/asis-2018.ebuild b/dev-ada/asis/asis-2018.ebuild index adcb08b7417..8b14cc35616 100644 --- a/dev-ada/asis/asis-2018.ebuild +++ b/dev-ada/asis/asis-2018.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="gnat_2016 gnat_2017 +gnat_2018" -RDEPEND="dev-ada/gnat_util[gnat_2016=,gnat_2017=,gnat_2018=] +RDEPEND="dev-ada/gnat_util[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?] || ( dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,gnat_2018=,shared] dev-ada/gnatcoll[gnat_2016=,gnat_2017=,gnat_2018=,projects,shared]