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/gnatcoll-db/
Date: Wed, 31 Oct 2018 13:48:20
Message-Id: 1540993681.348db42e340f618fa828ebfde186eaeb77d80314.tupone@gentoo
1 commit: 348db42e340f618fa828ebfde186eaeb77d80314
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 13:46:25 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 13:48:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348db42e
7
8 dev-ada/gnatcoll-db: Fix GLEP73BackAlteration
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
17 index 912baaa0095..48085f33267 100644
18 --- a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
19 +++ b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -30,9 +30,9 @@ DEPEND="${RDEPEND}
27 dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
28
29 REQUIRED_USE="!gnat_2016
30 - sqlite? ( sql )
31 - xref? ( sqlite )
32 gnatinspect? ( xref )
33 + xref? ( sqlite )
34 + sqlite? ( sql )
35 gnatcoll_db2ada? ( sql )"
36
37 S="${WORKDIR}"/${MYP}-src