From 78c987660dfe3df51ef048a4d6dbe9661b20d3fe Mon Sep 17 00:00:00 2001
From: Tupone Alfredo <tupone@gentoo.org>
Date: Thu, 5 Sep 2019 08:22:22 +0200
Subject: eclass/ada.eclass: Put in IUSE all implementations

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
---
 eclass/ada.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'eclass')

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
-- 
cgit v1.2.3-65-gdbad