summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-09-05 08:22:22 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-09-05 08:22:22 +0200
commit78c987660dfe3df51ef048a4d6dbe9661b20d3fe (patch)
tree355f0e790cbcddf31d922965d59db730c400a665 /eclass
parentdev-ada/gprbuild: using ada eclass (diff)
downloadgentoo-78c987660dfe3df51ef048a4d6dbe9661b20d3fe.tar.gz
gentoo-78c987660dfe3df51ef048a4d6dbe9661b20d3fe.tar.bz2
gentoo-78c987660dfe3df51ef048a4d6dbe9661b20d3fe.zip
eclass/ada.eclass: Put in IUSE all implementations
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ada.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index 380f3d6b9156..35ad080761db 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -260,7 +260,7 @@ _ada_single_set_globals() {
local optflags=${allflags[@]/%/(-)?}
- IUSE="${flags[*]}"
+ IUSE="${allflags[*]}"
local deps requse usedep
if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; then