ada.eclass: add export of GNATBIND GNATLS GNATMAKE
authorTupone Alfredo <tupone@gentoo.org>
Wed, 18 Sep 2019 07:07:58 +0000 (09:07 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Wed, 18 Sep 2019 07:08:52 +0000 (09:08 +0200)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
eclass/ada.eclass

index 763ce92056e0ae07ae122b09ea86fd798064e9fd..dad3d9acce858f5189f80bbf680df2621f6fc02e 100644 (file)
@@ -411,7 +411,7 @@ ada_setup() {
        if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; 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 GNAT
+                       ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC_PV GNAT GNATBIND GNATLS GNATMAKE
                        ada_wrapper_setup
                fi
        else
@@ -427,7 +427,7 @@ ada_setup() {
                                        die "More than one implementation in ADA_TARGET."
                                fi
 
-                               ada_export "${impl}" EADA GCC_PV GNAT
+                               ada_export "${impl}" EADA GCC_PV GNAT GNATBIND GNATLS GNATMAKE
                                ada_wrapper_setup
                        fi
                done