From 221159b1ca716e208abcd9fc2e3d7efad0db9446 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 14 Jan 2024 21:23:57 +0100 Subject: Move {sys-devel → dev-build}/libtool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/34807 Signed-off-by: Michał Górny --- eclass/autotools.eclass | 2 +- eclass/php-ext-source-r3.eclass | 4 ++-- eclass/xorg-3.eclass | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'eclass') diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 2b793f445591..2290e8067813 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -149,7 +149,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then export WANT_AUTOCONF fi -_libtool_atom=">=sys-devel/libtool-2.4.7" +_libtool_atom=">=dev-build/libtool-2.4.7" if [[ -n ${WANT_LIBTOOL} ]] ; then case ${WANT_LIBTOOL} in none) _libtool_atom="" ;; diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index e463d3282e83..0d58db5031c9 100644 --- a/eclass/php-ext-source-r3.eclass +++ b/eclass/php-ext-source-r3.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: php-ext-source-r3.eclass @@ -128,7 +128,7 @@ REQUIRED_USE+=") ${PHP_EXT_OPTIONAL_USE:+ )}" PHPDEPEND+=" ${PHP_EXT_OPTIONAL_USE:+ )}" TOOLDEPS=" sys-devel/m4 - sys-devel/libtool + dev-build/libtool " RDEPEND="${PHPDEPEND}" diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index a9825fc31132..dde954ca77aa 100644 --- a/eclass/xorg-3.eclass +++ b/eclass/xorg-3.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: xorg-3.eclass @@ -130,7 +130,7 @@ fi # Set up autotools shared dependencies # Remember that all versions here MUST be stable EAUTORECONF_DEPEND+=" - >=sys-devel/libtool-2.2.6a + >=dev-build/libtool-2.2.6a sys-devel/m4" if [[ ${PN} != util-macros ]] ; then EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.18" -- cgit v1.2.3-65-gdbad