dev-ada/aunit: fix MissingUseDepDefault
authorTupone Alfredo <tupone@gentoo.org>
Wed, 28 Aug 2019 19:46:01 +0000 (21:46 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Wed, 28 Aug 2019 19:46:01 +0000 (21:46 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
dev-ada/aunit/aunit-2018.ebuild

index ccb8643f3730776fb3d263adc5b1f9cb28bac18c..9e5b6ccce816fdbef5bd8895de7f71ca103409d3 100644 (file)
@@ -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 )"