From: Tupone Alfredo Date: Wed, 18 Sep 2019 07:07:58 +0000 (+0200) Subject: ada.eclass: add export of GNATBIND GNATLS GNATMAKE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cea1a6b71819800630abacd686497056e8b25c56;p=gentoo.git ada.eclass: add export of GNATBIND GNATLS GNATMAKE Signed-off-by: Alfredo Tupone --- 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