mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ada/asis: fix repoman warnings
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -16,13 +16,13 @@ SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="+gnat_2016 gnat_2017 gnat_2018"
|
||||
|
||||
RDEPEND="dev-ada/gnat_util[gnat_2016=,gnat_2017=]
|
||||
RDEPEND="dev-ada/gnat_util[gnat_2016(-)?,gnat_2017(-)?]
|
||||
|| (
|
||||
dev-ada/gnatcoll[gnat_2016=,gnat_2017=,projects,shared]
|
||||
dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,shared]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ada/gprbuild[gnat_2016=,gnat_2017=]"
|
||||
dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?]"
|
||||
|
||||
REQUIRED_USE="^^ ( gnat_2016 gnat_2017 ) !gnat_2018"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -18,11 +18,11 @@ IUSE="gnat_2017 +gnat_2018"
|
||||
|
||||
RDEPEND="dev-ada/gnat_util[gnat_2017(-)?,gnat_2018(-)?]
|
||||
|| (
|
||||
dev-ada/gnatcoll-core[gnat_2017=,gnat_2018=,shared]
|
||||
dev-ada/gnatcoll[gnat_2017=,gnat_2018=,projects,shared]
|
||||
dev-ada/gnatcoll-core[gnat_2017(-)?,gnat_2018(-)?,shared]
|
||||
dev-ada/gnatcoll[gnat_2017(-)?,gnat_2018(-)?,projects,shared]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ada/gprbuild[gnat_2017=,gnat_2018=]"
|
||||
dev-ada/gprbuild[gnat_2017(-)?,gnat_2018(-)?]"
|
||||
|
||||
REQUIRED_USE="|| ( gnat_2017 gnat_2018 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user