From 45fa386aa03db459d6d196bd0389004b98d2e4f1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 23 Nov 2022 01:13:19 +0000 Subject: 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 --- eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/autotools.eclass') 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="" ;; -- cgit v1.2.3-65-gdbad