commit: cea1a6b71819800630abacd686497056e8b25c56
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 07:07:58 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 07:08:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea1a6b7
ada.eclass: add export of GNATBIND GNATLS GNATMAKE
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
eclass/ada.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index 763ce92056e..dad3d9acce8 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -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