summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-23 01:13:19 +0000
committerSam James <sam@gentoo.org>2022-11-23 01:13:19 +0000
commit45fa386aa03db459d6d196bd0389004b98d2e4f1 (patch)
tree819f19824a5d87d32b63ec3c73f874379e85eb8d /eclass/autotools.eclass
parentautotools.eclass: crank up autoconf minimum versions (diff)
downloadgentoo-45fa386aa03db459d6d196bd0389004b98d2e4f1.tar.gz
gentoo-45fa386aa03db459d6d196bd0389004b98d2e4f1.tar.bz2
gentoo-45fa386aa03db459d6d196bd0389004b98d2e4f1.zip
autotools.eclass: depend on modern libtool
2.4.7 has been stable for a while, and for older versions, we can't be sure that our elibtoolize (elt-patches) bits will work anyway. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/autotools.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 650ef17f66d7..01053ff51379 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -101,7 +101,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then
export WANT_AUTOCONF
fi
-_libtool_atom=">=sys-devel/libtool-2.4"
+_libtool_atom=">=sys-devel/libtool-2.4.7"
if [[ -n ${WANT_LIBTOOL} ]] ; then
case ${WANT_LIBTOOL} in
none) _libtool_atom="" ;;