summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-08-28 21:46:01 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-08-28 21:46:01 +0200
commitd5e8d9dda7f1220e4d0fb93dbfe44470b1a07f0d (patch)
treefa3d31d016d0a30531159dfa889e5ab86a3fab31
parentdev-ada/asis: fix repoman warnings (diff)
downloadgentoo-d5e8d9dd.tar.gz
gentoo-d5e8d9dd.tar.bz2
gentoo-d5e8d9dd.zip
dev-ada/aunit: fix MissingUseDepDefault
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--dev-ada/aunit/aunit-2018.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/aunit/aunit-2018.ebuild b/dev-ada/aunit/aunit-2018.ebuild
index ccb8643f3730..9e5b6ccce816 100644
--- a/dev-ada/aunit/aunit-2018.ebuild
+++ b/dev-ada/aunit/aunit-2018.ebuild
@@ -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
@@ -21,7 +21,7 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
gnat_2018? ( dev-lang/gnat-gpl:7.3.1 )"
DEPEND="${RDEPEND}
- dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
+ dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?]"
REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 )"