diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-18 09:07:58 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-18 09:08:52 +0200 |
commit | cea1a6b71819800630abacd686497056e8b25c56 (patch) | |
tree | 8555e9e89c0a13998540f2a4574aa5bbfaf71cfd /eclass/ada.eclass | |
parent | www-apache/passenger: add 6.0.4 (diff) | |
download | gentoo-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/ada.eclass')
-rw-r--r-- | eclass/ada.eclass | 4 |
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 |