diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-09-17 08:50:41 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-09-17 08:52:11 +0200 |
commit | 8849f02180c192f0a876a828f878cd56f43c9800 (patch) | |
tree | b95ffdadfa8507343303cfdb457d9473170d7043 /eclass/ada.eclass | |
parent | media-sound/pulseaudio: bump to 13.0, migrate neon to CPU_ARM_FLAGS (diff) | |
download | gentoo-8849f02180c192f0a876a828f878cd56f43c9800.tar.gz gentoo-8849f02180c192f0a876a828f878cd56f43c9800.tar.bz2 gentoo-8849f02180c192f0a876a828f878cd56f43c9800.zip |
ada.eclass: fix mispelling of ada_target
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'eclass/ada.eclass')
-rw-r--r-- | eclass/ada.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ada.eclass b/eclass/ada.eclass index 65d5e082967c..aae30562074b 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -405,7 +405,7 @@ ada_setup() { unset EADA if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; then - if use "ada_targets_${_ADA_SUPPORTED_IMPLS[0]}"; 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 ada_wrapper_setup |