Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 20 Sep 2021 06:21:44
Message-Id: 1632118882.bd9ac074b7598029675cd044b4cbb02c891e2c00.tupone@gentoo
1 commit: bd9ac074b7598029675cd044b4cbb02c891e2c00
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 06:20:15 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 06:21:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9ac074
7
8 ada.eclass: BadDefaultUseFlags
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 eclass/ada.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ada.eclass b/eclass/ada.eclass
16 index fd2a125300c..6089ed6e737 100644
17 --- a/eclass/ada.eclass
18 +++ b/eclass/ada.eclass
19 @@ -279,7 +279,7 @@ _ada_single_set_globals() {
20
21 local flags=( "${_ADA_SUPPORTED_IMPLS[@]/#/ada_target_}" )
22 local unflags=( "${_ADA_UNSUPPORTED_IMPLS[@]/#/-ada_target_}" )
23 - local allflags=( ${flags[@]} ${unflags[@]} )
24 + local allflags=( "${_ADA_ALL_IMPLS[@]/#/ada_target_}" )
25
26 local optflags=${flags[@]/%/(-)?}