summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-09-18 09:07:58 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-09-18 09:08:52 +0200
commitcea1a6b71819800630abacd686497056e8b25c56 (patch)
tree8555e9e89c0a13998540f2a4574aa5bbfaf71cfd /eclass
parentwww-apache/passenger: add 6.0.4 (diff)
downloadgentoo-cea1a6b71819800630abacd686497056e8b25c56.tar.gz
gentoo-cea1a6b71819800630abacd686497056e8b25c56.tar.bz2
gentoo-cea1a6b71819800630abacd686497056e8b25c56.zip
ada.eclass: add export of GNATBIND GNATLS GNATMAKE
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ada.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index 763ce92056e0..dad3d9acce85 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