Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/asis/
Date: Tue, 27 Nov 2018 21:40:21
Message-Id: 1543354798.e2c53ed9bfcd6eb26eaab3f97419c24b018c4960.tupone@gentoo
1 commit: e2c53ed9bfcd6eb26eaab3f97419c24b018c4960
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 21:39:58 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 21:39:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c53ed9
7
8 dev-ada/asis: 2017 version build also with gnatcoll-core
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ada/asis/asis-2017.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ada/asis/asis-2017.ebuild b/dev-ada/asis/asis-2017.ebuild
17 index 7c251796ff8..337e4c0f972 100644
18 --- a/dev-ada/asis/asis-2017.ebuild
19 +++ b/dev-ada/asis/asis-2017.ebuild
20 @@ -17,7 +17,10 @@ KEYWORDS="amd64 x86"
21 IUSE="gnat_2016 +gnat_2017"
22
23 RDEPEND="dev-ada/gnat_util[gnat_2017]
24 - dev-ada/gnatcoll[gnat_2017,projects,shared]"
25 + || (
26 + dev-ada/gnatcoll-core[gnat_2017,shared]
27 + dev-ada/gnatcoll[gnat_2017,projects,shared]
28 + )"
29 DEPEND="${RDEPEND}
30 dev-ada/gprbuild[gnat_2017]"