diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-14 00:47:04 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-14 00:47:04 +0000 |
commit | 633a3741c9483bd63e8c29b276d2af636ec8b390 (patch) | |
tree | b8aa248d6496c9fe7799f1ad6a89a310cc317735 /eclass | |
parent | f30563609870941d7e5078dc39cfa30a0e696058 (diff) |
gentoo auto-resync : 14:03:2024 - 00:47:04
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 39625 -> 39621 bytes | |||
-rw-r--r-- | eclass/ada.eclass | 10 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 8490f9f0702c..40cadbec5d06 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/ada.eclass b/eclass/ada.eclass index e5b62951917a..3c3fa3c01453 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ada.eclass @@ -261,6 +261,10 @@ ada_export() { export GCC_PV=${gcc_pv} debug-print "${FUNCNAME}: GCC_PV = ${GCC_PV}" ;; + GCCPV) + export GCCPV=${gcc_pv} + debug-print "${FUNCNAME}: GCCPV = ${GCC_PV}" + ;; GNAT) export GNAT=${EPREFIX}/usr/bin/gnat-${gcc_pv} debug-print "${FUNCNAME}: GNAT = ${GNAT}" @@ -465,7 +469,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 GNATBIND GNATLS GNATMAKE + ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCCPV GCC_PV GNAT GNATBIND GNATLS GNATMAKE ada_wrapper_setup fi else @@ -481,7 +485,7 @@ ada_setup() { die "More than one implementation in ADA_TARGET." fi - ada_export "${impl}" EADA GCC_PV GNAT GNATBIND GNATLS GNATMAKE + ada_export "${impl}" EADA GCCPV GCC_PV GNAT GNATBIND GNATLS GNATMAKE ada_wrapper_setup fi done |