commit: 348db42e340f618fa828ebfde186eaeb77d80314
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 13:46:25 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 13:48:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348db42e
dev-ada/gnatcoll-db: Fix GLEP73BackAlteration
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
index 912baaa0095..48085f33267 100644
--- a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
+++ b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -30,9 +30,9 @@ DEPEND="${RDEPEND}
dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
REQUIRED_USE="!gnat_2016
- sqlite? ( sql )
- xref? ( sqlite )
gnatinspect? ( xref )
+ xref? ( sqlite )
+ sqlite? ( sql )
gnatcoll_db2ada? ( sql )"
S="${WORKDIR}"/${MYP}-src