Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: eclass/
Date: Wed, 29 Jun 2022 14:05:59
Message-Id: 1656511553.34090224b36ba20ec53ba5a1086380130e83bf33.sam@gentoo
1 commit: 34090224b36ba20ec53ba5a1086380130e83bf33
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 14:05:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 14:05:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=34090224
7
8 autotools.eclass: sync with ::gentoo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/autotools.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
16 index ecfa3c2cf9..fbe7d837f0 100644
17 --- a/eclass/autotools.eclass
18 +++ b/eclass/autotools.eclass
19 @@ -527,7 +527,7 @@ autotools_env_setup() {
20 hv_args="-b"
21 ;;
22 esac
23 - ROOT=/ has_version ${hv_args} "=sys-devel/automake-${pv}*" && export WANT_AUTOMAKE="${pv}" && break
24 + has_version ${hv_args} "=sys-devel/automake-${pv}*" && export WANT_AUTOMAKE="${pv}" && break
25 done
26 [[ ${WANT_AUTOMAKE} == "latest" ]] && \
27 die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE[*]}"