mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
ada.eclass: BadDefaultUseFlags
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -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[@]/%/(-)?}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user