summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-29 14:05:41 +0000
committerSam James <sam@gentoo.org>2022-06-29 14:05:53 +0000
commit34090224b36ba20ec53ba5a1086380130e83bf33 (patch)
treee9a585eaa37007c0d6450708e1752676465ee703 /eclass
parentbootstrap-prefix.sh: adding riscv profile (diff)
downloadprefix-34090224b36ba20ec53ba5a1086380130e83bf33.tar.gz
prefix-34090224b36ba20ec53ba5a1086380130e83bf33.tar.bz2
prefix-34090224b36ba20ec53ba5a1086380130e83bf33.zip
autotools.eclass: sync with ::gentoo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index ecfa3c2cf9..fbe7d837f0 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -527,7 +527,7 @@ autotools_env_setup() {
hv_args="-b"
;;
esac
- ROOT=/ has_version ${hv_args} "=sys-devel/automake-${pv}*" && export WANT_AUTOMAKE="${pv}" && break
+ has_version ${hv_args} "=sys-devel/automake-${pv}*" && export WANT_AUTOMAKE="${pv}" && break
done
[[ ${WANT_AUTOMAKE} == "latest" ]] && \
die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE[*]}"