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/aunit/
Date: Wed, 28 Aug 2019 19:46:17
Message-Id: 1567021561.d5e8d9dda7f1220e4d0fb93dbfe44470b1a07f0d.tupone@gentoo
1 commit: d5e8d9dda7f1220e4d0fb93dbfe44470b1a07f0d
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 19:46:01 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 19:46:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e8d9dd
7
8 dev-ada/aunit: fix MissingUseDepDefault
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ada/aunit/aunit-2018.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ada/aunit/aunit-2018.ebuild b/dev-ada/aunit/aunit-2018.ebuild
17 index ccb8643f373..9e5b6ccce81 100644
18 --- a/dev-ada/aunit/aunit-2018.ebuild
19 +++ b/dev-ada/aunit/aunit-2018.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -21,7 +21,7 @@ RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
27 gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
28 gnat_2018? ( dev-lang/gnat-gpl:7.3.1 )"
29 DEPEND="${RDEPEND}
30 - dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
31 + dev-ada/gprbuild[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?]"
32
33 REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 )"