diff options
author | Sam James <sam@gentoo.org> | 2024-03-24 09:08:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-24 09:08:48 +0000 |
commit | 18f979e09388597a04255a2f42c464cf5a05d512 (patch) | |
tree | 25301e6ef46dc88de14f3f7fbd9ccd4c8d388a7e /eclass/autotools.eclass | |
parent | dev-build/libtool: drop 2.4.7-r1 (diff) | |
download | gentoo-18f979e09388597a04255a2f42c464cf5a05d512.tar.gz gentoo-18f979e09388597a04255a2f42c464cf5a05d512.tar.bz2 gentoo-18f979e09388597a04255a2f42c464cf5a05d512.zip |
autotools.eclass: require >=dev-build/libtool-2.4.7-r3
Needed for c7012f128a3c04053924fa1e96ed48a1c758fc65 wrt upgrade ordering.
Bug: https://bugs.gentoo.org/927650
Bug: https://bugs.gentoo.org/927662
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 2290e8067813..1ced771c5345 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -149,7 +149,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then export WANT_AUTOCONF fi -_libtool_atom=">=dev-build/libtool-2.4.7" +_libtool_atom=">=dev-build/libtool-2.4.7-r3" if [[ -n ${WANT_LIBTOOL} ]] ; then case ${WANT_LIBTOOL} in none) _libtool_atom="" ;; |