summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-09-20 08:20:15 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-09-20 08:21:22 +0200
commitbd9ac074b7598029675cd044b4cbb02c891e2c00 (patch)
tree79bd9f870f180afa9a1526bfc5d91895bd587e1a
parentdev-python/ssl-fetch: mark ALLARCHES (diff)
downloadgentoo-bd9ac074b7598029675cd044b4cbb02c891e2c00.tar.gz
gentoo-bd9ac074b7598029675cd044b4cbb02c891e2c00.tar.bz2
gentoo-bd9ac074b7598029675cd044b4cbb02c891e2c00.zip
ada.eclass: BadDefaultUseFlags
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--eclass/ada.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index fd2a125300c3..6089ed6e737f 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -279,7 +279,7 @@ _ada_single_set_globals() {
local flags=( "${_ADA_SUPPORTED_IMPLS[@]/#/ada_target_}" )
local unflags=( "${_ADA_UNSUPPORTED_IMPLS[@]/#/-ada_target_}" )
- local allflags=( ${flags[@]} ${unflags[@]} )
+ local allflags=( "${_ADA_ALL_IMPLS[@]/#/ada_target_}" )
local optflags=${flags[@]/%/(-)?}