Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 17 Sep 2019 06:52:28
Message-Id: 1568703131.8849f02180c192f0a876a828f878cd56f43c9800.tupone@gentoo
1 commit: 8849f02180c192f0a876a828f878cd56f43c9800
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 06:50:41 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 06:52:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8849f021
7
8 ada.eclass: fix mispelling of ada_target
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 eclass/ada.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ada.eclass b/eclass/ada.eclass
16 index 65d5e082967..aae30562074 100644
17 --- a/eclass/ada.eclass
18 +++ b/eclass/ada.eclass
19 @@ -405,7 +405,7 @@ ada_setup() {
20 unset EADA
21
22 if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; then
23 - if use "ada_targets_${_ADA_SUPPORTED_IMPLS[0]}"; then
24 + if use "ada_target_${_ADA_SUPPORTED_IMPLS[0]}"; then
25 # Only one supported implementation, enable it explicitly
26 ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC_PV
27 ada_wrapper_setup