summaryrefslogtreecommitdiff
path: root/eclass/autotools.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-03-08 01:47:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-03-08 01:47:45 +0000
commit80e87db4d9ed551615eb2d0309bf370e79500716 (patch)
tree01101a9019196096c237c1c2cbdb02f709c05680 /eclass/autotools.eclass
parentf0582d2144b45247a9a3e72569c44ca9539c0f4a (diff)
gentoo auto-resync : 08:03:2025 - 01:47:44
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index a36b6ba859be..1545b88bc426 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -32,6 +32,7 @@ case ${EAPI} in
esac
GNUCONFIG_AUTO_DEPEND=no
+LIBTOOL_AUTO_DEPEND=no
inherit gnuconfig libtool
# @ECLASS_VARIABLE: WANT_AUTOCONF
@@ -152,6 +153,7 @@ fi
# versions in *DEPEND format.
AUTOTOOLS_DEPEND="
${GNUCONFIG_DEPEND}
+ ${LIBTOOL_DEPEND}
${_automake_atom}
${_autoconf_atom}
${_libtool_atom}