commit:     8849f02180c192f0a876a828f878cd56f43c9800
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 06:50:41 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 06:52:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8849f021

ada.eclass: fix mispelling of ada_target

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 eclass/ada.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index 65d5e082967..aae30562074 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -405,7 +405,7 @@ ada_setup() {
        unset EADA
 
        if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; then
-               if use "ada_targets_${_ADA_SUPPORTED_IMPLS[0]}"; then
+               if use "ada_target_${_ADA_SUPPORTED_IMPLS[0]}"; then
                        # Only one supported implementation, enable it 
explicitly
                        ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC_PV
                        ada_wrapper_setup

Reply via email to