diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-14 21:23:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-15 16:58:27 +0100 |
commit | 221159b1ca716e208abcd9fc2e3d7efad0db9446 (patch) | |
tree | 107a968fd74c9910c31a68d4ccaeeaddcf9682f7 | |
parent | Move {sys-devel → dev-build}/slibtool (diff) | |
download | gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.gz gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.tar.bz2 gentoo-221159b1ca716e208abcd9fc2e3d7efad0db9446.zip |
Move {sys-devel → dev-build}/libtool
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34807
Signed-off-by: Michał Górny <mgorny@gentoo.org>
165 files changed, 249 insertions, 248 deletions
diff --git a/app-admin/apache-tools/apache-tools-2.4.57.ebuild b/app-admin/apache-tools/apache-tools-2.4.57.ebuild index 9db71d1c9ca8..f3af585656d2 100644 --- a/app-admin/apache-tools/apache-tools-2.4.57.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.57.ebuild @@ -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 EAPI=8 @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/apr-1.5.0:1= kernel_linux? ( sys-apps/util-linux ) ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND} - sys-devel/libtool" + dev-build/libtool" BDEPEND=" virtual/pkgconfig " diff --git a/app-admin/apache-tools/apache-tools-2.4.58.ebuild b/app-admin/apache-tools/apache-tools-2.4.58.ebuild index 9fa88235ae11..f3af585656d2 100644 --- a/app-admin/apache-tools/apache-tools-2.4.58.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.58.ebuild @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/apr-1.5.0:1= kernel_linux? ( sys-apps/util-linux ) ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND} - sys-devel/libtool" + dev-build/libtool" BDEPEND=" virtual/pkgconfig " diff --git a/app-arch/xz-utils/xz-utils-5.4.5.ebuild b/app-arch/xz-utils/xz-utils-5.4.5.ebuild index b14b9dda3691..4b9909c4c5ce 100644 --- a/app-arch/xz-utils/xz-utils-5.4.5.ebuild +++ b/app-arch/xz-utils/xz-utils-5.4.5.ebuild @@ -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 # Remember: we cannot leverage autotools in this ebuild in order @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 autotools # bug #272880 and bug #286068 - BDEPEND="sys-devel/gettext >=sys-devel/libtool-2" + BDEPEND="sys-devel/gettext >=dev-build/libtool-2" else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jiatan.asc inherit verify-sig diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 817c272e1190..5d182d962669 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -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 # Remember: we cannot leverage autotools in this ebuild in order @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 autotools # bug #272880 and bug #286068 - BDEPEND="sys-devel/gettext >=sys-devel/libtool-2" + BDEPEND="sys-devel/gettext >=dev-build/libtool-2" else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jiatan.asc inherit verify-sig diff --git a/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild index c6c9ced71562..3094b7f74b35 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools lua-single python-single-r1 @@ -40,7 +40,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/app-editors/pluma/pluma-1.26.0-r2.ebuild b/app-editors/pluma/pluma-1.26.0-r2.ebuild index 32ee7333f94c..f57e25c40859 100644 --- a/app-editors/pluma/pluma-1.26.0-r2.ebuild +++ b/app-editors/pluma/pluma-1.26.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit mate python-single-r1 virtualx DESCRIPTION="Pluma text editor for the MATE desktop" @@ -46,7 +46,7 @@ DEPEND="${COMMON_DEPEND} dev-util/glib-utils dev-util/gtk-doc dev-util/gtk-doc-am - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 >=sys-devel/gettext-0.19.8 virtual/pkgconfig " diff --git a/app-editors/pluma/pluma-1.26.1.ebuild b/app-editors/pluma/pluma-1.26.1.ebuild index 30411f8dc4b8..9d6cfde23649 100644 --- a/app-editors/pluma/pluma-1.26.1.ebuild +++ b/app-editors/pluma/pluma-1.26.1.ebuild @@ -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 EAPI=8 @@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND} dev-util/glib-utils dev-util/gtk-doc dev-util/gtk-doc-am - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 >=sys-devel/gettext-0.19.8 virtual/pkgconfig " diff --git a/app-editors/pluma/pluma-1.27.0.ebuild b/app-editors/pluma/pluma-1.27.0.ebuild index 87f8c1a30b48..d08b738cd5ea 100644 --- a/app-editors/pluma/pluma-1.27.0.ebuild +++ b/app-editors/pluma/pluma-1.27.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit mate python-single-r1 virtualx DESCRIPTION="Pluma text editor for the MATE desktop" @@ -52,7 +52,7 @@ DEPEND="${COMMON_DEPEND} dev-util/glib-utils dev-util/gtk-doc dev-util/gtk-doc-am - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 >=sys-devel/gettext-0.19.8 virtual/pkgconfig " diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild index 0f6218649af9..78a49c4912cf 100644 --- a/app-i18n/scim/scim-1.4.18.ebuild +++ b/app-i18n/scim/scim-1.4.18.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} dev-lang/perl virtual/pkgconfig >=dev-util/intltool-0.33 - sys-devel/libtool" + dev-build/libtool" DOCS=( README AUTHORS diff --git a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild index 55e470ef8946..1f3366e98a7b 100644 --- a/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild +++ b/app-misc/ktoblzcheck/ktoblzcheck-1.49-r2.ebuild @@ -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 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" || ( net-misc/wget www-client/lynx ) " DEPEND="${RDEPEND} - sys-devel/libtool + dev-build/libtool " DOCS=( AUTHORS ChangeLog NEWS README ) diff --git a/app-office/gnucash/gnucash-4.13.ebuild b/app-office/gnucash/gnucash-4.13.ebuild index 267ae382aa8b..db9ff7c0424c 100644 --- a/app-office/gnucash/gnucash-4.13.ebuild +++ b/app-office/gnucash/gnucash-4.13.ebuild @@ -83,7 +83,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " BDEPEND=" diff --git a/app-office/gnucash/gnucash-5.1.ebuild b/app-office/gnucash/gnucash-5.1.ebuild index 5783d70da717..a4588f745ac0 100644 --- a/app-office/gnucash/gnucash-5.1.ebuild +++ b/app-office/gnucash/gnucash-5.1.ebuild @@ -83,7 +83,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " BDEPEND=" diff --git a/app-office/gnucash/gnucash-5.3.ebuild b/app-office/gnucash/gnucash-5.3.ebuild index 6e1498a9d04d..9767e2a6665a 100644 --- a/app-office/gnucash/gnucash-5.3.ebuild +++ b/app-office/gnucash/gnucash-5.3.ebuild @@ -83,7 +83,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " BDEPEND=" diff --git a/app-office/gnucash/gnucash-5.4-r1.ebuild b/app-office/gnucash/gnucash-5.4-r1.ebuild index b31789cbf228..409e3509aa22 100644 --- a/app-office/gnucash/gnucash-5.4-r1.ebuild +++ b/app-office/gnucash/gnucash-5.4-r1.ebuild @@ -87,7 +87,7 @@ DEPEND=" >=sys-devel/gettext-0.20 dev-lang/perl dev-perl/XML-Parser - sys-devel/libtool + dev-build/libtool >=dev-cpp/gtest-1.8.0 " # distutils is not available in python3.12, but it is still in setuptools diff --git a/app-office/orage/orage-4.18.0.ebuild b/app-office/orage/orage-4.18.0.ebuild index e9bcf9ae9f32..a29a975bda62 100644 --- a/app-office/orage/orage-4.18.0.ebuild +++ b/app-office/orage/orage-4.18.0.ebuild @@ -32,7 +32,7 @@ RDEPEND=" BDEPEND=" >=dev-util/intltool-0.35 sys-devel/gettext - >=sys-devel/libtool-2.2.6 + >=dev-build/libtool-2.2.6 virtual/pkgconfig " diff --git a/app-text/libabw/libabw-0.1.3.ebuild b/app-text/libabw/libabw-0.1.3.ebuild index 35a263f0ab20..abf40fee1005 100644 --- a/app-text/libabw/libabw-0.1.3.ebuild +++ b/app-text/libabw/libabw-0.1.3.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/boost - sys-devel/libtool + dev-build/libtool " src_configure() { diff --git a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild index 41c027cb9a7b..3d26816b52cc 100644 --- a/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild +++ b/app-text/libetonyek/libetonyek-0.1.10-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost media-libs/glm - sys-devel/libtool + dev-build/libtool test? ( dev-util/cppunit ) " diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index 568b69f518d1..abb88460e184 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost media-libs/glm - sys-devel/libtool + dev-build/libtool test? ( dev-util/cppunit ) " BDEPEND=" diff --git a/app-text/liblangtag/liblangtag-0.6.7.ebuild b/app-text/liblangtag/liblangtag-0.6.7.ebuild index 061ad676f246..07fed614ffe9 100644 --- a/app-text/liblangtag/liblangtag-0.6.7.ebuild +++ b/app-text/liblangtag/liblangtag-0.6.7.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} " BDEPEND=" sys-devel/gettext - sys-devel/libtool + dev-build/libtool doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection-common ) " diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild index 32d69b116c16..dfb60ca4296b 100644 --- a/app-text/libmspub/libmspub-0.1.4.ebuild +++ b/app-text/libmspub/libmspub-0.1.4.ebuild @@ -30,7 +30,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/boost - sys-devel/libtool + dev-build/libtool " PATCHES=( "${FILESDIR}/${P}-gcc10.patch" ) diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild index 2701aa0e6dd3..81c8ae0ea3ec 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/boost - sys-devel/libtool + dev-build/libtool " src_prepare() { diff --git a/app-text/libmwaw/libmwaw-0.3.22.ebuild b/app-text/libmwaw/libmwaw-0.3.22.ebuild index 5d52dbefd9d4..35c9de902b07 100644 --- a/app-text/libmwaw/libmwaw-0.3.22.ebuild +++ b/app-text/libmwaw/libmwaw-0.3.22.ebuild @@ -26,7 +26,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig doc? ( app-text/doxygen ) " diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild index 40fed8337e65..281ce4247464 100644 --- a/app-text/libmwaw/libmwaw-9999.ebuild +++ b/app-text/libmwaw/libmwaw-9999.ebuild @@ -26,7 +26,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig doc? ( app-text/doxygen ) " diff --git a/sys-devel/libtool/Manifest b/dev-build/libtool/Manifest index d36ba6c57618..d36ba6c57618 100644 --- a/sys-devel/libtool/Manifest +++ b/dev-build/libtool/Manifest diff --git a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch b/dev-build/libtool/files/libtool-2.2.10-eprefix.patch index c4693ee7feeb..c4693ee7feeb 100644 --- a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch +++ b/dev-build/libtool/files/libtool-2.2.10-eprefix.patch diff --git a/sys-devel/libtool/files/libtool-2.2.6a-darwin-module-bundle.patch b/dev-build/libtool/files/libtool-2.2.6a-darwin-module-bundle.patch index 81364d4d02af..81364d4d02af 100644 --- a/sys-devel/libtool/files/libtool-2.2.6a-darwin-module-bundle.patch +++ b/dev-build/libtool/files/libtool-2.2.6a-darwin-module-bundle.patch diff --git a/sys-devel/libtool/files/libtool-2.4.3-use-linux-version-in-fbsd.patch b/dev-build/libtool/files/libtool-2.4.3-use-linux-version-in-fbsd.patch index aa1e870649b6..aa1e870649b6 100644 --- a/sys-devel/libtool/files/libtool-2.4.3-use-linux-version-in-fbsd.patch +++ b/dev-build/libtool/files/libtool-2.4.3-use-linux-version-in-fbsd.patch diff --git a/sys-devel/libtool/files/libtool-2.4.6-darwin-use-linux-version.patch b/dev-build/libtool/files/libtool-2.4.6-darwin-use-linux-version.patch index aded304989d2..aded304989d2 100644 --- a/sys-devel/libtool/files/libtool-2.4.6-darwin-use-linux-version.patch +++ b/dev-build/libtool/files/libtool-2.4.6-darwin-use-linux-version.patch diff --git a/sys-devel/libtool/files/libtool-2.4.6-ppc64le.patch b/dev-build/libtool/files/libtool-2.4.6-ppc64le.patch index 78d86c72956b..78d86c72956b 100644 --- a/sys-devel/libtool/files/libtool-2.4.6-ppc64le.patch +++ b/dev-build/libtool/files/libtool-2.4.6-ppc64le.patch diff --git a/sys-devel/libtool/files/libtool-2.4.6-pthread.patch b/dev-build/libtool/files/libtool-2.4.6-pthread.patch index 49b81c1dcda6..49b81c1dcda6 100644 --- a/sys-devel/libtool/files/libtool-2.4.6-pthread.patch +++ b/dev-build/libtool/files/libtool-2.4.6-pthread.patch diff --git a/sys-devel/libtool/files/libtool-2.4.6-pthread_bootstrapped.patch b/dev-build/libtool/files/libtool-2.4.6-pthread_bootstrapped.patch index b093d74266f2..b093d74266f2 100644 --- a/sys-devel/libtool/files/libtool-2.4.6-pthread_bootstrapped.patch +++ b/dev-build/libtool/files/libtool-2.4.6-pthread_bootstrapped.patch diff --git a/sys-devel/libtool/files/libtool-2.4.7-grep-3.8.patch b/dev-build/libtool/files/libtool-2.4.7-grep-3.8.patch index 8f1de478aece..8f1de478aece 100644 --- a/sys-devel/libtool/files/libtool-2.4.7-grep-3.8.patch +++ b/dev-build/libtool/files/libtool-2.4.7-grep-3.8.patch diff --git a/sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch b/dev-build/libtool/files/libtool-2.4.7-werror-lto.patch index c0db69f3e2b6..c0db69f3e2b6 100644 --- a/sys-devel/libtool/files/libtool-2.4.7-werror-lto.patch +++ b/dev-build/libtool/files/libtool-2.4.7-werror-lto.patch diff --git a/sys-devel/libtool/libtool-2.4.7-r1.ebuild b/dev-build/libtool/libtool-2.4.7-r1.ebuild index aa94eae26eeb..aa94eae26eeb 100644 --- a/sys-devel/libtool/libtool-2.4.7-r1.ebuild +++ b/dev-build/libtool/libtool-2.4.7-r1.ebuild diff --git a/sys-devel/libtool/libtool-2.4.7-r2.ebuild b/dev-build/libtool/libtool-2.4.7-r2.ebuild index ec3be9b992e0..ec3be9b992e0 100644 --- a/sys-devel/libtool/libtool-2.4.7-r2.ebuild +++ b/dev-build/libtool/libtool-2.4.7-r2.ebuild diff --git a/sys-devel/libtool/libtool-9999.ebuild b/dev-build/libtool/libtool-9999.ebuild index 5a5d4b118ef9..5a5d4b118ef9 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/dev-build/libtool/libtool-9999.ebuild diff --git a/sys-devel/libtool/metadata.xml b/dev-build/libtool/metadata.xml index 151cc38da6c6..151cc38da6c6 100644 --- a/sys-devel/libtool/metadata.xml +++ b/dev-build/libtool/metadata.xml diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild index f521e06ce11f..28892a5737ca 100644 --- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ fi LICENSE="BSD" SLOT="0" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( # Patch to convert the project into cmake. Taken from: diff --git a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild index bfd13e668871..ec755c7b5b48 100644 --- a/dev-lang/gnucobol/gnucobol-3.1.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.1.2.ebuild @@ -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 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND=" berkdb? ( sys-libs/db:4.8= ) " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" DOCS=( AUTHORS ChangeLog NEWS README README.md ) diff --git a/dev-lang/gnucobol/gnucobol-3.2.ebuild b/dev-lang/gnucobol/gnucobol-3.2.ebuild index d5a4ea562c99..26cb539a6333 100644 --- a/dev-lang/gnucobol/gnucobol-3.2.ebuild +++ b/dev-lang/gnucobol/gnucobol-3.2.ebuild @@ -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 EAPI=8 @@ -22,7 +22,7 @@ RDEPEND=" berkdb? ( sys-libs/db:4.8= ) " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" DOCS=( AUTHORS ChangeLog NEWS README README.md ) diff --git a/dev-libs/apr-util/apr-util-1.6.3.ebuild b/dev-libs/apr-util/apr-util-1.6.3.ebuild index 61a07a257c77..a51041c8b6f0 100644 --- a/dev-libs/apr-util/apr-util-1.6.3.ebuild +++ b/dev-libs/apr-util/apr-util-1.6.3.ebuild @@ -39,7 +39,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/libtool-2.4.2 + >=dev-build/libtool-2.4.2 doc? ( app-text/doxygen ) " diff --git a/dev-libs/apr/apr-1.7.2-r1.ebuild b/dev-libs/apr/apr-1.7.2-r1.ebuild index f4de1a36a908..fc70d2ac4201 100644 --- a/dev-libs/apr/apr-1.7.2-r1.ebuild +++ b/dev-libs/apr/apr-1.7.2-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-base-policy ) " BDEPEND=" - >=sys-devel/libtool-2.4.2 + >=dev-build/libtool-2.4.2 doc? ( app-text/doxygen ) " diff --git a/dev-libs/apr/apr-1.7.2.ebuild b/dev-libs/apr/apr-1.7.2.ebuild index 6b8e6ae8d7e5..f94332c20154 100644 --- a/dev-libs/apr/apr-1.7.2.ebuild +++ b/dev-libs/apr/apr-1.7.2.ebuild @@ -24,7 +24,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-base-policy ) " BDEPEND=" - >=sys-devel/libtool-2.4.2 + >=dev-build/libtool-2.4.2 doc? ( app-text/doxygen ) " diff --git a/dev-libs/apr/apr-1.7.3.ebuild b/dev-libs/apr/apr-1.7.3.ebuild index e669892cc2ad..37b6ba5a65e1 100644 --- a/dev-libs/apr/apr-1.7.3.ebuild +++ b/dev-libs/apr/apr-1.7.3.ebuild @@ -24,7 +24,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-base-policy ) " BDEPEND=" - >=sys-devel/libtool-2.4.2 + >=dev-build/libtool-2.4.2 doc? ( app-text/doxygen ) " diff --git a/dev-libs/apr/apr-1.7.4-r1.ebuild b/dev-libs/apr/apr-1.7.4-r1.ebuild index a1d127252f51..3b3f2bbff171 100644 --- a/dev-libs/apr/apr-1.7.4-r1.ebuild +++ b/dev-libs/apr/apr-1.7.4-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND+=" valgrind? ( dev-debug/valgrind )" BDEPEND=" - >=sys-devel/libtool-2.4.2 + >=dev-build/libtool-2.4.2 doc? ( app-text/doxygen ) " diff --git a/dev-libs/apr/apr-1.7.4.ebuild b/dev-libs/apr/apr-1.7.4.ebuild index c67f769ac4a4..89c1e10ad25a 100644 --- a/dev-libs/apr/apr-1.7.4.ebuild +++ b/dev-libs/apr/apr-1.7.4.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND+=" valgrind? ( dev-debug/valgrind )" BDEPEND=" - >=sys-devel/libtool-2.4.2 + >=dev-build/libtool-2.4.2 doc? ( app-text/doxygen ) " diff --git a/dev-libs/bglibs/bglibs-2.04-r1.ebuild b/dev-libs/bglibs/bglibs-2.04-r1.ebuild index c30f74e6f273..01737b688943 100644 --- a/dev-libs/bglibs/bglibs-2.04-r1.ebuild +++ b/dev-libs/bglibs/bglibs-2.04-r1.ebuild @@ -16,7 +16,7 @@ IUSE="doc" BDEPEND=" sys-apps/which - sys-devel/libtool + dev-build/libtool doc? ( app-text/doxygen dev-texlive/texlive-latexrecommended diff --git a/dev-libs/bglibs/bglibs-2.04-r2.ebuild b/dev-libs/bglibs/bglibs-2.04-r2.ebuild index 460609cc3413..360365dc3f65 100644 --- a/dev-libs/bglibs/bglibs-2.04-r2.ebuild +++ b/dev-libs/bglibs/bglibs-2.04-r2.ebuild @@ -16,7 +16,7 @@ IUSE="doc" BDEPEND=" sys-apps/which - sys-devel/libtool + dev-build/libtool doc? ( app-text/doxygen dev-texlive/texlive-latexrecommended diff --git a/dev-libs/confuse/confuse-3.3-r1.ebuild b/dev-libs/confuse/confuse-3.3-r1.ebuild index 2f96f0fb7841..9d7232703654 100644 --- a/dev-libs/confuse/confuse-3.3-r1.ebuild +++ b/dev-libs/confuse/confuse-3.3-r1.ebuild @@ -16,7 +16,7 @@ IUSE="nls static-libs" BDEPEND=" app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig nls? ( sys-devel/gettext ) " diff --git a/dev-libs/confuse/confuse-3.3-r2.ebuild b/dev-libs/confuse/confuse-3.3-r2.ebuild index be20bf29cb93..8d54f30350ec 100644 --- a/dev-libs/confuse/confuse-3.3-r2.ebuild +++ b/dev-libs/confuse/confuse-3.3-r2.ebuild @@ -16,7 +16,7 @@ IUSE="nls static-libs" BDEPEND=" app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig nls? ( sys-devel/gettext ) " diff --git a/dev-libs/confuse/confuse-3.3.ebuild b/dev-libs/confuse/confuse-3.3.ebuild index 94b90f37f6da..9d524b6a484b 100644 --- a/dev-libs/confuse/confuse-3.3.ebuild +++ b/dev-libs/confuse/confuse-3.3.ebuild @@ -16,7 +16,7 @@ IUSE="nls static-libs" BDEPEND=" app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig nls? ( sys-devel/gettext ) " diff --git a/dev-libs/libconfig/libconfig-1.7.3.ebuild b/dev-libs/libconfig/libconfig-1.7.3.ebuild index 91f1fa4da8c5..4c9ec93a2fc8 100644 --- a/dev-libs/libconfig/libconfig-1.7.3.ebuild +++ b/dev-libs/libconfig/libconfig-1.7.3.ebuild @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" DEPEND=" sys-apps/texinfo app-alternatives/yacc - sys-devel/libtool + dev-build/libtool " src_prepare() { diff --git a/dev-libs/libltdl/libltdl-2.4.7-r1.ebuild b/dev-libs/libltdl/libltdl-2.4.7-r1.ebuild index 9aa655f9c73e..3e4ebeaf7604 100644 --- a/dev-libs/libltdl/libltdl-2.4.7-r1.ebuild +++ b/dev-libs/libltdl/libltdl-2.4.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -# Please bump with sys-devel/libtool. +# Please bump with dev-build/libtool. inherit multilib-minimal flag-o-matic diff --git a/dev-libs/libltdl/libltdl-2.4.7.ebuild b/dev-libs/libltdl/libltdl-2.4.7.ebuild index 1569cce64211..a8b83f0e1428 100644 --- a/dev-libs/libltdl/libltdl-2.4.7.ebuild +++ b/dev-libs/libltdl/libltdl-2.4.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# Please bump with sys-devel/libtool. +# Please bump with dev-build/libtool. inherit multilib-minimal diff --git a/dev-libs/libmateweather/libmateweather-1.26.1.ebuild b/dev-libs/libmateweather/libmateweather-1.26.1.ebuild index 4ed8428a156c..741fa12177e6 100644 --- a/dev-libs/libmateweather/libmateweather-1.26.1.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.26.1.ebuild @@ -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 EAPI=8 @@ -35,7 +35,7 @@ BDEPEND=" dev-util/gtk-doc dev-util/gtk-doc-am >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/dev-libs/libmateweather/libmateweather-1.26.2.ebuild b/dev-libs/libmateweather/libmateweather-1.26.2.ebuild index badf1baf1e1c..07e31cd655ef 100644 --- a/dev-libs/libmateweather/libmateweather-1.26.2.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.26.2.ebuild @@ -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 EAPI=8 @@ -36,7 +36,7 @@ BDEPEND=" dev-util/gtk-doc dev-util/gtk-doc-am >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/dev-libs/libmateweather/libmateweather-1.26.3.ebuild b/dev-libs/libmateweather/libmateweather-1.26.3.ebuild index d85e7e444d90..07e31cd655ef 100644 --- a/dev-libs/libmateweather/libmateweather-1.26.3.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.26.3.ebuild @@ -36,7 +36,7 @@ BDEPEND=" dev-util/gtk-doc dev-util/gtk-doc-am >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/dev-libs/libmateweather/libmateweather-1.27.1.ebuild b/dev-libs/libmateweather/libmateweather-1.27.1.ebuild index badf1baf1e1c..07e31cd655ef 100644 --- a/dev-libs/libmateweather/libmateweather-1.27.1.ebuild +++ b/dev-libs/libmateweather/libmateweather-1.27.1.ebuild @@ -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 EAPI=8 @@ -36,7 +36,7 @@ BDEPEND=" dev-util/gtk-doc dev-util/gtk-doc-am >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/dev-libs/libtermkey/libtermkey-0.22-r1.ebuild b/dev-libs/libtermkey/libtermkey-0.22-r1.ebuild index 43f3b466ee2f..007a700a66e2 100644 --- a/dev-libs/libtermkey/libtermkey-0.22-r1.ebuild +++ b/dev-libs/libtermkey/libtermkey-0.22-r1.ebuild @@ -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 EAPI=8 @@ -19,7 +19,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig demos? ( dev-libs/glib:2 ) " diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild index cc30adcd38f5..f4dd5afc09ec 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild @@ -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 EAPI=7 @@ -25,7 +25,7 @@ IUSE="+gmp +libtommath tomsfastmath" REQUIRED_USE="|| ( gmp libtommath tomsfastmath )" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " RDEPEND=" @@ -35,7 +35,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/libtool + dev-build/libtool " PATCHES=( diff --git a/dev-libs/libtommath/libtommath-1.2.0-r2.ebuild b/dev-libs/libtommath/libtommath-1.2.0-r2.ebuild index b2a350766738..f17fc77a6642 100644 --- a/dev-libs/libtommath/libtommath-1.2.0-r2.ebuild +++ b/dev-libs/libtommath/libtommath-1.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc examples static-libs" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( "${FILESDIR}"/${P}-sparc.patch diff --git a/dev-libs/libtommath/libtommath-1.2.1.ebuild b/dev-libs/libtommath/libtommath-1.2.1.ebuild index b912b8045eae..4c2227c298fa 100644 --- a/dev-libs/libtommath/libtommath-1.2.1.ebuild +++ b/dev-libs/libtommath/libtommath-1.2.1.ebuild @@ -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 EAPI=8 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc examples static-libs" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( "${FILESDIR}"/${PN}-1.2.0-sparc.patch diff --git a/dev-libs/libuv/libuv-1.44.2-r1.ebuild b/dev-libs/libuv/libuv-1.44.2-r1.ebuild index e7750477946a..0e54d3d5d97d 100644 --- a/dev-libs/libuv/libuv-1.44.2-r1.ebuild +++ b/dev-libs/libuv/libuv-1.44.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/dev-libs/libuv/libuv-1.46.0.ebuild b/dev-libs/libuv/libuv-1.46.0.ebuild index ebc3bbc84897..c99da814d353 100644 --- a/dev-libs/libuv/libuv-1.46.0.ebuild +++ b/dev-libs/libuv/libuv-1.46.0.ebuild @@ -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 EAPI=8 @@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/dev-libs/libuv/libuv-1.47.0-r1.ebuild b/dev-libs/libuv/libuv-1.47.0-r1.ebuild index 465058e59761..78833d42b343 100644 --- a/dev-libs/libuv/libuv-1.47.0-r1.ebuild +++ b/dev-libs/libuv/libuv-1.47.0-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/dev-libs/libuv/libuv-9999.ebuild b/dev-libs/libuv/libuv-9999.ebuild index 0028ef084a43..14fe0b49c30b 100644 --- a/dev-libs/libuv/libuv-9999.ebuild +++ b/dev-libs/libuv/libuv-9999.ebuild @@ -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 EAPI=8 @@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT" SLOT="0/1" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/dev-libs/libvterm/libvterm-0.1.4.ebuild b/dev-libs/libvterm/libvterm-0.1.4.ebuild index 343e999b6fee..0354fdbb6843 100644 --- a/dev-libs/libvterm/libvterm-0.1.4.ebuild +++ b/dev-libs/libvterm/libvterm-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~x64-macos" BDEPEND=" dev-lang/perl - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " RDEPEND="!dev-libs/libvterm-neovim" diff --git a/dev-libs/libvterm/libvterm-0.3.1.ebuild b/dev-libs/libvterm/libvterm-0.3.1.ebuild index 25cc462c9ff5..3e8a3397345c 100644 --- a/dev-libs/libvterm/libvterm-0.3.1.ebuild +++ b/dev-libs/libvterm/libvterm-0.3.1.ebuild @@ -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 EAPI=8 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" BDEPEND=" dev-lang/perl - sys-devel/libtool + dev-build/libtool " src_compile() { diff --git a/dev-libs/libvterm/libvterm-0.3.2.ebuild b/dev-libs/libvterm/libvterm-0.3.2.ebuild index 6c5819812387..66667c0c8839 100644 --- a/dev-libs/libvterm/libvterm-0.3.2.ebuild +++ b/dev-libs/libvterm/libvterm-0.3.2.ebuild @@ -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 EAPI=8 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" BDEPEND=" dev-lang/perl - sys-devel/libtool + dev-build/libtool " src_compile() { diff --git a/dev-libs/libvterm/libvterm-0.3.ebuild b/dev-libs/libvterm/libvterm-0.3.ebuild index 5e50fd76b546..3d18f7eb2f0c 100644 --- a/dev-libs/libvterm/libvterm-0.3.ebuild +++ b/dev-libs/libvterm/libvterm-0.3.ebuild @@ -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 EAPI=8 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" BDEPEND=" dev-lang/perl - sys-devel/libtool + dev-build/libtool " src_compile() { diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild index bbd30e67b8f7..6f64ba4a02ea 100644 --- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild +++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild @@ -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 EAPI=7 @@ -17,7 +17,7 @@ LICENSE="Unlicense" SLOT="0/1" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( "${FILESDIR}"/${P}-makefile-fix.patch diff --git a/dev-libs/unibilium/unibilium-2.1.1.ebuild b/dev-libs/unibilium/unibilium-2.1.1.ebuild index 9ea0d6447cf8..fd74ec579ab0 100644 --- a/dev-libs/unibilium/unibilium-2.1.1.ebuild +++ b/dev-libs/unibilium/unibilium-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~riscv x86 ~x64-macos" IUSE="static-libs" BDEPEND="dev-lang/perl - sys-devel/libtool" + dev-build/libtool" PATCHES=( "${FILESDIR}/${PN}-2.1.0-no-compress-man.patch" diff --git a/dev-libs/yaz/yaz-3.0.53.ebuild b/dev-libs/yaz/yaz-3.0.53.ebuild index 46ae1d0e9bb1..1425841a824e 100644 --- a/dev-libs/yaz/yaz-3.0.53.ebuild +++ b/dev-libs/yaz/yaz-3.0.53.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/tcl:0 app-alternatives/yacc - >=sys-devel/libtool-2 + >=dev-build/libtool-2 virtual/pkgconfig " diff --git a/dev-libs/yaz/yaz-5.32.0.ebuild b/dev-libs/yaz/yaz-5.32.0.ebuild index 48b033719a76..1b8c5ff2c9e8 100644 --- a/dev-libs/yaz/yaz-5.32.0.ebuild +++ b/dev-libs/yaz/yaz-5.32.0.ebuild @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/tcl:0 app-alternatives/yacc - >=sys-devel/libtool-2 + >=dev-build/libtool-2 virtual/pkgconfig " diff --git a/dev-scheme/guile/guile-1.8.8-r4.ebuild b/dev-scheme/guile/guile-1.8.8-r4.ebuild index 42981466c5f7..10de08ff5fbf 100644 --- a/dev-scheme/guile/guile-1.8.8-r4.ebuild +++ b/dev-scheme/guile/guile-1.8.8-r4.ebuild @@ -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 EAPI=8 @@ -32,7 +32,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-apps/texinfo - sys-devel/libtool + dev-build/libtool emacs? ( >=app-editors/emacs-23.1:* ) " diff --git a/dev-scheme/guile/guile-2.2.7-r1.ebuild b/dev-scheme/guile/guile-2.2.7-r1.ebuild index eeac2976a708..865e9109fc9c 100644 --- a/dev-scheme/guile/guile-2.2.7-r1.ebuild +++ b/dev-scheme/guile/guile-2.2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - sys-devel/libtool + dev-build/libtool sys-devel/gettext" PATCHES=( diff --git a/dev-scheme/guile/guile-3.0.8-r1.ebuild b/dev-scheme/guile/guile-3.0.8-r1.ebuild index 9b6beb93e876..207afaf4cde2 100644 --- a/dev-scheme/guile/guile-3.0.8-r1.ebuild +++ b/dev-scheme/guile/guile-3.0.8-r1.ebuild @@ -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 EAPI=8 @@ -30,7 +30,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - sys-devel/libtool + dev-build/libtool sys-devel/gettext" # guile generates ELF files without use of C or machine code diff --git a/dev-scheme/guile/guile-3.0.9.ebuild b/dev-scheme/guile/guile-3.0.9.ebuild index 46f8d49b2e03..5d10f39559f3 100644 --- a/dev-scheme/guile/guile-3.0.9.ebuild +++ b/dev-scheme/guile/guile-3.0.9.ebuild @@ -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 EAPI=8 @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig - sys-devel/libtool + dev-build/libtool sys-devel/gettext " diff --git a/dev-util/bear/bear-3.0.20-r1.ebuild b/dev-util/bear/bear-3.0.20-r1.ebuild index f3dadfccac88..05332355b211 100644 --- a/dev-util/bear/bear-3.0.20-r1.ebuild +++ b/dev-util/bear/bear-3.0.20-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-any-r1 @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} BDEPEND=" virtual/pkgconfig test? ( - sys-devel/libtool + dev-build/libtool $(python_gen_any_dep ' dev-python/lit[${PYTHON_USEDEP}] ') diff --git a/dev-util/bear/bear-3.0.21.ebuild b/dev-util/bear/bear-3.0.21.ebuild index 814b202089e1..3dbde5dce6df 100644 --- a/dev-util/bear/bear-3.0.21.ebuild +++ b/dev-util/bear/bear-3.0.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-any-r1 @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} BDEPEND=" virtual/pkgconfig test? ( - sys-devel/libtool + dev-build/libtool $(python_gen_any_dep ' dev-python/lit[${PYTHON_USEDEP}] ') diff --git a/dev-util/bear/bear-3.1.2.ebuild b/dev-util/bear/bear-3.1.2.ebuild index 14d790f1e387..9c75a5f7010e 100644 --- a/dev-util/bear/bear-3.1.2.ebuild +++ b/dev-util/bear/bear-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} BDEPEND=" virtual/pkgconfig test? ( - sys-devel/libtool + dev-build/libtool $(python_gen_any_dep ' dev-python/lit[${PYTHON_USEDEP}] ') diff --git a/dev-util/bear/bear-3.1.3.ebuild b/dev-util/bear/bear-3.1.3.ebuild index d07cd15e5151..c9917bdeddae 100644 --- a/dev-util/bear/bear-3.1.3.ebuild +++ b/dev-util/bear/bear-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig test? ( - sys-devel/libtool + dev-build/libtool $(python_gen_any_dep ' dev-python/lit[${PYTHON_USEDEP}] ') diff --git a/dev-util/complexity/complexity-1.10-r1.ebuild b/dev-util/complexity/complexity-1.10-r1.ebuild index 2594e392799e..b651271daddd 100644 --- a/dev-util/complexity/complexity-1.10-r1.ebuild +++ b/dev-util/complexity/complexity-1.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,6 @@ KEYWORDS="~amd64 ~hppa ~x86" RDEPEND=">=sys-devel/autogen-5.11.7" DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" DOCS=( AUTHORS ChangeLog NEWS ) diff --git a/dev-util/dialog/dialog-1.3.20220728.ebuild b/dev-util/dialog/dialog-1.3.20220728.ebuild index 4ebba37eb5ab..fd05a9843ce5 100644 --- a/dev-util/dialog/dialog-1.3.20220728.ebuild +++ b/dev-util/dialog/dialog-1.3.20220728.ebuild @@ -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 EAPI=8 @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" virtual/pkgconfig - !minimal? ( sys-devel/libtool ) + !minimal? ( dev-build/libtool ) verify-sig? ( sec-keys/openpgp-keys-thomasdickey ) " diff --git a/dev-util/dialog/dialog-1.3.20221229.ebuild b/dev-util/dialog/dialog-1.3.20221229.ebuild index 4ebba37eb5ab..fd05a9843ce5 100644 --- a/dev-util/dialog/dialog-1.3.20221229.ebuild +++ b/dev-util/dialog/dialog-1.3.20221229.ebuild @@ -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 EAPI=8 @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" virtual/pkgconfig - !minimal? ( sys-devel/libtool ) + !minimal? ( dev-build/libtool ) verify-sig? ( sec-keys/openpgp-keys-thomasdickey ) " diff --git a/dev-util/dialog/dialog-1.3.20230209.ebuild b/dev-util/dialog/dialog-1.3.20230209.ebuild index a49908a07852..ad64b2ee11b4 100644 --- a/dev-util/dialog/dialog-1.3.20230209.ebuild +++ b/dev-util/dialog/dialog-1.3.20230209.ebuild @@ -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 EAPI=8 @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" virtual/pkgconfig - !minimal? ( sys-devel/libtool ) + !minimal? ( dev-build/libtool ) verify-sig? ( sec-keys/openpgp-keys-thomasdickey ) " diff --git a/dev-util/dialog/dialog-1.3.20231002.ebuild b/dev-util/dialog/dialog-1.3.20231002.ebuild index a49908a07852..ad64b2ee11b4 100644 --- a/dev-util/dialog/dialog-1.3.20231002.ebuild +++ b/dev-util/dialog/dialog-1.3.20231002.ebuild @@ -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 EAPI=8 @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" virtual/pkgconfig - !minimal? ( sys-devel/libtool ) + !minimal? ( dev-build/libtool ) verify-sig? ( sec-keys/openpgp-keys-thomasdickey ) " diff --git a/dev-util/dialog/dialog-1.3.20240101.ebuild b/dev-util/dialog/dialog-1.3.20240101.ebuild index c3d3da6c3f49..00473ce87e8d 100644 --- a/dev-util/dialog/dialog-1.3.20240101.ebuild +++ b/dev-util/dialog/dialog-1.3.20240101.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" virtual/pkgconfig - !minimal? ( sys-devel/libtool ) + !minimal? ( dev-build/libtool ) verify-sig? ( sec-keys/openpgp-keys-thomasdickey ) " diff --git a/dev-util/global/global-6.6.4.ebuild b/dev-util/global/global-6.6.4.ebuild index 661f50f612f1..e39e1f14cb7b 100644 --- a/dev-util/global/global-6.6.4.ebuild +++ b/dev-util/global/global-6.6.4.ebuild @@ -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 EAPI=7 @@ -24,7 +24,7 @@ RDEPEND=" ) || ( dev-libs/libltdl:0 - sys-devel/libtool:2 + dev-build/libtool:2 )" DEPEND="${RDEPEND} 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" diff --git a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild index b14f7c92e768..cd0640190fc3 100644 --- a/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild +++ b/games-strategy/freeciv/freeciv-3.0.1-r1.ebuild @@ -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 EAPI=8 @@ -56,7 +56,7 @@ RDEPEND=" media-libs/sdl2-image[png] media-libs/sdl2-ttf ) - server? ( aimodules? ( sys-devel/libtool ) ) + server? ( aimodules? ( dev-build/libtool ) ) sound? ( media-libs/libsdl2[sound] media-libs/sdl2-mixer[vorbis] diff --git a/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild b/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild index 1832f6f9a715..b2c29565edf8 100644 --- a/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild +++ b/games-strategy/freeciv/freeciv-3.1.0_beta2.ebuild @@ -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 EAPI=8 @@ -40,7 +40,7 @@ RDEPEND=" dev-db/sqlite:3 dev-libs/icu:= net-misc/curl - sys-devel/libtool + dev-build/libtool sys-libs/zlib !dedicated? ( media-libs/libpng diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild index 8a9d4b523f87..fd6bf4d53f31 100644 --- a/games-strategy/freeciv/freeciv-9999.ebuild +++ b/games-strategy/freeciv/freeciv-9999.ebuild @@ -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 EAPI=8 @@ -40,7 +40,7 @@ RDEPEND=" dev-db/sqlite:3 dev-libs/icu:= net-misc/curl - sys-devel/libtool + dev-build/libtool sys-libs/zlib !dedicated? ( media-libs/libpng diff --git a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild index abbc13f6d0b6..6365926bb90e 100644 --- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild @@ -30,6 +30,6 @@ RDEPEND="${COMMON_DEPEND}" BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 >=dev-build/autoconf-2.53:* - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild index 039fccffc543..b6b033a0fa4b 100644 --- a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild @@ -33,6 +33,6 @@ RDEPEND="${COMMON_DEPEND}" BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 >=dev-build/autoconf-2.53:* - >=sys-devel/libtool-2.2.6:2 + >=dev-build/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild index 680c03f5fc02..3ebfdb47f61a 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.26.0-r1.ebuild @@ -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 EAPI=7 @@ -30,7 +30,7 @@ BDEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35 sys-devel/gettext - >=sys-devel/libtool-2.2.6 + >=dev-build/libtool-2.2.6 virtual/pkgconfig" PATCHES=( diff --git a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild index 8c923bac4fe4..a0242ecd44a0 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild @@ -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 EAPI=8 @@ -33,7 +33,7 @@ BDEPEND="${COMMON_DEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35 sys-devel/gettext - >=sys-devel/libtool-2.2.6 + >=dev-build/libtool-2.2.6 virtual/pkgconfig" PATCHES=( diff --git a/media-gfx/gimp/gimp-2.10.34-r1.ebuild b/media-gfx/gimp/gimp-2.10.34-r1.ebuild index c8bea7670e07..efd4910c9b33 100644 --- a/media-gfx/gimp/gimp-2.10.34-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.34-r1.ebuild @@ -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 EAPI=8 @@ -76,7 +76,7 @@ DEPEND=" dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.19 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig " diff --git a/media-gfx/gimp/gimp-2.10.34-r2.ebuild b/media-gfx/gimp/gimp-2.10.34-r2.ebuild index 50083bd4125f..c27bd274d8f6 100644 --- a/media-gfx/gimp/gimp-2.10.34-r2.ebuild +++ b/media-gfx/gimp/gimp-2.10.34-r2.ebuild @@ -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 EAPI=8 @@ -76,7 +76,7 @@ DEPEND=" dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.19 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig " diff --git a/media-gfx/gimp/gimp-2.10.36-r1.ebuild b/media-gfx/gimp/gimp-2.10.36-r1.ebuild index 3a4becc07cfd..ab9ee75db311 100644 --- a/media-gfx/gimp/gimp-2.10.36-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.36-r1.ebuild @@ -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 EAPI=8 @@ -75,7 +75,7 @@ BDEPEND=" dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig " diff --git a/media-gfx/gimp/gimp-2.10.36.ebuild b/media-gfx/gimp/gimp-2.10.36.ebuild index 66eabfb78a0a..e42b28d07c59 100644 --- a/media-gfx/gimp/gimp-2.10.36.ebuild +++ b/media-gfx/gimp/gimp-2.10.36.ebuild @@ -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 EAPI=8 @@ -75,7 +75,7 @@ BDEPEND=" dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig " diff --git a/media-gfx/graphviz/graphviz-8.1.0.ebuild b/media-gfx/graphviz/graphviz-8.1.0.ebuild index df90b78bcdf4..db2dd159e4a5 100644 --- a/media-gfx/graphviz/graphviz-8.1.0.ebuild +++ b/media-gfx/graphviz/graphviz-8.1.0.ebuild @@ -66,7 +66,7 @@ DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig doc? ( app-text/ghostscript-gpl diff --git a/media-gfx/graphviz/graphviz-9.0.0.ebuild b/media-gfx/graphviz/graphviz-9.0.0.ebuild index 4eae180589ce..d5be5fe7a07c 100644 --- a/media-gfx/graphviz/graphviz-9.0.0.ebuild +++ b/media-gfx/graphviz/graphviz-9.0.0.ebuild @@ -66,7 +66,7 @@ DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" BDEPEND=" app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig doc? ( app-text/ghostscript-gpl diff --git a/media-libs/gegl/gegl-0.4.40-r1.ebuild b/media-libs/gegl/gegl-0.4.40-r1.ebuild index 1281b4eee959..f5b6c65094b5 100644 --- a/media-libs/gegl/gegl-0.4.40-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.40-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen @@ -68,7 +68,7 @@ BDEPEND=" dev-lang/perl >=dev-util/gtk-doc-am-1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig test? ( $(python_gen_any_dep '>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') ) vala? ( $(vala_depend) ) diff --git a/media-libs/gegl/gegl-0.4.42-r1.ebuild b/media-libs/gegl/gegl-0.4.42-r1.ebuild index fb178cc72f3d..3d9d8af4edf2 100644 --- a/media-libs/gegl/gegl-0.4.42-r1.ebuild +++ b/media-libs/gegl/gegl-0.4.42-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen @@ -69,7 +69,7 @@ BDEPEND=" dev-lang/perl >=dev-util/gtk-doc-am-1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig test? ( $(python_gen_any_dep '>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') ) vala? ( $(vala_depend) ) diff --git a/media-libs/gegl/gegl-0.4.44.ebuild b/media-libs/gegl/gegl-0.4.44.ebuild index 8aea62fd4dc3..fec4040af9dc 100644 --- a/media-libs/gegl/gegl-0.4.44.ebuild +++ b/media-libs/gegl/gegl-0.4.44.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen @@ -69,7 +69,7 @@ BDEPEND=" dev-lang/perl >=dev-util/gtk-doc-am-1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig test? ( $(python_gen_any_dep '>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') ) vala? ( $(vala_depend) ) diff --git a/media-libs/gegl/gegl-0.4.46.ebuild b/media-libs/gegl/gegl-0.4.46.ebuild index d579e46fee40..fec4040af9dc 100644 --- a/media-libs/gegl/gegl-0.4.46.ebuild +++ b/media-libs/gegl/gegl-0.4.46.ebuild @@ -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 EAPI=8 @@ -69,7 +69,7 @@ BDEPEND=" dev-lang/perl >=dev-util/gtk-doc-am-1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig test? ( $(python_gen_any_dep '>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') ) vala? ( $(vala_depend) ) diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 0c0abf046ae3..29d3974e3d7f 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -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 EAPI=8 @@ -69,7 +69,7 @@ BDEPEND=" dev-lang/perl >=dev-util/gtk-doc-am-1 >=sys-devel/gettext-0.19.8 - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 virtual/pkgconfig test? ( $(python_gen_any_dep '>=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}]') ) vala? ( $(vala_depend) ) diff --git a/media-libs/hamlib/hamlib-4.5.5-r1.ebuild b/media-libs/hamlib/hamlib-4.5.5-r1.ebuild index b19c5b9d21d0..e252b8ca4ee7 100644 --- a/media-libs/hamlib/hamlib-4.5.5-r1.ebuild +++ b/media-libs/hamlib/hamlib-4.5.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) MY_P=${P/_rc2/~rc2} inherit autotools python-single-r1 @@ -32,7 +32,7 @@ DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig dev-lang/swig - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 doc? ( app-text/doxygen dev-util/source-highlight )" diff --git a/media-libs/hamlib/hamlib-4.5.5.ebuild b/media-libs/hamlib/hamlib-4.5.5.ebuild index 76bbf3984686..9ce02e5c2cda 100644 --- a/media-libs/hamlib/hamlib-4.5.5.ebuild +++ b/media-libs/hamlib/hamlib-4.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) MY_P=${P/_rc2/~rc2} inherit autotools python-single-r1 @@ -31,7 +31,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig dev-lang/swig - >=sys-devel/libtool-2.2 + >=dev-build/libtool-2.2 doc? ( app-text/doxygen dev-util/source-highlight )" diff --git a/media-libs/libcdr/libcdr-0.1.7.ebuild b/media-libs/libcdr/libcdr-0.1.7.ebuild index e61d341e2c50..53115b1e1c81 100644 --- a/media-libs/libcdr/libcdr-0.1.7.ebuild +++ b/media-libs/libcdr/libcdr-0.1.7.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-libs/boost " BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig doc? ( app-text/doxygen ) test? ( dev-util/cppunit ) diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index 438fbc2b4135..c7af76ba83e5 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} dev-libs/boost " BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig doc? ( app-text/doxygen ) test? ( dev-util/cppunit ) diff --git a/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild b/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild index 31d9f564a906..de2270ab0396 100644 --- a/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild +++ b/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} dev-libs/icu dev-util/gperf media-libs/lcms - sys-devel/libtool + dev-build/libtool test? ( dev-util/cppunit ) " BDEPEND=" diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999.ebuild index 8f1a4f915a96..f5a1470dc2a2 100644 --- a/media-libs/libfreehand/libfreehand-9999.ebuild +++ b/media-libs/libfreehand/libfreehand-9999.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} dev-libs/icu dev-util/gperf media-libs/lcms - sys-devel/libtool + dev-build/libtool test? ( dev-util/cppunit ) " BDEPEND=" diff --git a/media-libs/libvisio/libvisio-0.1.7.ebuild b/media-libs/libvisio/libvisio-0.1.7.ebuild index 39d4309215d6..6559e28557cd 100644 --- a/media-libs/libvisio/libvisio-0.1.7.ebuild +++ b/media-libs/libvisio/libvisio-0.1.7.ebuild @@ -34,7 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost dev-util/gperf - sys-devel/libtool + dev-build/libtool test? ( dev-util/cppunit ) " diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 530976fc588b..afb540c46a51 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -34,7 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost dev-util/gperf - sys-devel/libtool + dev-build/libtool test? ( dev-util/cppunit ) " diff --git a/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild b/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild index dd50e14aae72..d452ec0aa281 100644 --- a/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild +++ b/media-libs/theoraplay/theoraplay-0_pre20180524-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ RDEPEND=" media-libs/libvorbis " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" src_compile() { edo libtool --tag=CC --mode=compile $(tc-getCC) -shared ${CFLAGS} -pthread -c "${S}"/${PN}.c diff --git a/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild b/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild index 05b8db327058..8db7adacee49 100644 --- a/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.13-r2.ebuild @@ -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 EAPI=8 @@ -117,7 +117,7 @@ DEPEND=" " BDEPEND=" app-arch/xz-utils - >=sys-devel/libtool-2.2.6b + >=dev-build/libtool-2.2.6b virtual/pkgconfig " diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 1c9b1e49151b..116c21a2ffce 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild @@ -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 EAPI=8 @@ -117,7 +117,7 @@ DEPEND=" " BDEPEND=" app-arch/xz-utils - >=sys-devel/libtool-2.2.6b + >=dev-build/libtool-2.2.6b virtual/pkgconfig " diff --git a/media-plugins/mpg123-output-plugins/mpg123-output-plugins-1.32.3.ebuild b/media-plugins/mpg123-output-plugins/mpg123-output-plugins-1.32.3.ebuild index 1b7f985d3576..df8d1d0b4572 100644 --- a/media-plugins/mpg123-output-plugins/mpg123-output-plugins-1.32.3.ebuild +++ b/media-plugins/mpg123-output-plugins/mpg123-output-plugins-1.32.3.ebuild @@ -34,7 +34,7 @@ RDEPEND=" sdl? ( media-libs/libsdl2 )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/media-radio/unixcw/unixcw-3.6.0-r1.ebuild b/media-radio/unixcw/unixcw-3.6.0-r1.ebuild index 1e0dcd50c5dd..306665c76e36 100644 --- a/media-radio/unixcw/unixcw-3.6.0-r1.ebuild +++ b/media-radio/unixcw/unixcw-3.6.0-r1.ebuild @@ -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 EAPI=7 @@ -23,7 +23,7 @@ RDEPEND="ncurses? ( sys-libs/ncurses:= ) pulseaudio? ( media-libs/libpulse )" DEPEND="${RDEPEND} virtual/pkgconfig - sys-devel/libtool" + dev-build/libtool" src_prepare() { append-cflags -std=gnu11 diff --git a/media-radio/unixcw/unixcw-3.6.0-r2.ebuild b/media-radio/unixcw/unixcw-3.6.0-r2.ebuild index 031ad834bc32..5355f6edb083 100644 --- a/media-radio/unixcw/unixcw-3.6.0-r2.ebuild +++ b/media-radio/unixcw/unixcw-3.6.0-r2.ebuild @@ -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 EAPI=8 @@ -23,7 +23,7 @@ RDEPEND="ncurses? ( sys-libs/ncurses:= ) pulseaudio? ( media-libs/libpulse )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig - sys-devel/libtool" + dev-build/libtool" src_prepare() { append-cflags -std=gnu11 diff --git a/media-radio/unixcw/unixcw-3.6.1.ebuild b/media-radio/unixcw/unixcw-3.6.1.ebuild index 031ad834bc32..5355f6edb083 100644 --- a/media-radio/unixcw/unixcw-3.6.1.ebuild +++ b/media-radio/unixcw/unixcw-3.6.1.ebuild @@ -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 EAPI=8 @@ -23,7 +23,7 @@ RDEPEND="ncurses? ( sys-libs/ncurses:= ) pulseaudio? ( media-libs/libpulse )" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig - sys-devel/libtool" + dev-build/libtool" src_prepare() { append-cflags -std=gnu11 diff --git a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild index d9162f2e338c..dd1973f18ccf 100644 --- a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild +++ b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild @@ -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 EAPI=8 @@ -19,7 +19,7 @@ RDEPEND=" media-sound/sox[png] " DEPEND="${RDEPEND}" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( "${FILESDIR}"/${P}-fno-common.patch diff --git a/media-sound/mpg123-base/mpg123-base-1.32.3.ebuild b/media-sound/mpg123-base/mpg123-base-1.32.3.ebuild index 6f7fec96a117..d7ed8d7f7dd2 100644 --- a/media-sound/mpg123-base/mpg123-base-1.32.3.ebuild +++ b/media-sound/mpg123-base/mpg123-base-1.32.3.ebuild @@ -29,7 +29,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " IDEPEND="app-eselect/eselect-mpg123" diff --git a/media-sound/mpg123/mpg123-1.32.3.ebuild b/media-sound/mpg123/mpg123-1.32.3.ebuild index c28e4c0396c8..60ef91ede81a 100644 --- a/media-sound/mpg123/mpg123-1.32.3.ebuild +++ b/media-sound/mpg123/mpg123-1.32.3.ebuild @@ -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 EAPI=8 @@ -28,7 +28,7 @@ RDEPEND=" sdl? ( media-libs/libsdl2 )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " IDEPEND="app-eselect/eselect-mpg123" diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild index d5d48472542e..de26fde05061 100644 --- a/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild +++ b/net-analyzer/echoping/echoping-6.0.2_p434-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - >=sys-devel/libtool-2 + >=dev-build/libtool-2 " REQUIRED_USE="gnutls? ( ssl )" diff --git a/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild b/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild index aea2819037a2..dce22e6b5022 100644 --- a/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild +++ b/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild @@ -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 EAPI=7 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND} " BDEPEND=" app-arch/unzip - sys-devel/libtool:2 + dev-build/libtool:2 virtual/pkgconfig " diff --git a/net-ftp/filezilla/filezilla-3.66.4.ebuild b/net-ftp/filezilla/filezilla-3.66.4.ebuild index b13ff09bc0eb..5fa2088e651e 100644 --- a/net-ftp/filezilla/filezilla-3.66.4.ebuild +++ b/net-ftp/filezilla/filezilla-3.66.4.ebuild @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} test? ( >=dev-util/cppunit-1.13.0 )" BDEPEND=" virtual/pkgconfig - >=sys-devel/libtool-1.4 + >=dev-build/libtool-1.4 nls? ( >=sys-devel/gettext-0.11 )" PATCHES=( diff --git a/net-ftp/lftp/lftp-4.9.2-r1.ebuild b/net-ftp/lftp/lftp-4.9.2-r1.ebuild index 0e319edbe103..27b0dcdbcbdf 100644 --- a/net-ftp/lftp/lftp-4.9.2-r1.ebuild +++ b/net-ftp/lftp/lftp-4.9.2-r1.ebuild @@ -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 EAPI=7 @@ -36,7 +36,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - =sys-devel/libtool-2* + =dev-build/libtool-2* app-arch/xz-utils nls? ( >=sys-devel/gettext-0.19 ) virtual/pkgconfig diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index 3020137e83ad..4eeb8cb7874b 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -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 EAPI=7 @@ -37,7 +37,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-libs/gnulib - =sys-devel/libtool-2* + =dev-build/libtool-2* app-arch/xz-utils nls? ( >=sys-devel/gettext-0.19 ) virtual/pkgconfig diff --git a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild index 94ecdacd4311..c30bd46ac0c3 100644 --- a/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild +++ b/net-mail/pfqueue/pfqueue-0.5.6-r2.ebuild @@ -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 EAPI=7 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" RDEPEND="sys-libs/ncurses:=" DEPEND="${RDEPEND}" diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild index f5e3f0bbd2df..f417f51b44e3 100644 --- a/net-mail/ytnef/ytnef-2.0.ebuild +++ b/net-mail/ytnef/ytnef-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ QA_PKGCONFIG_VERSION="${PV}.0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" IUSE="static-libs" -DEPEND="sys-devel/libtool" +DEPEND="dev-build/libtool" RDEPEND="dev-perl/MIME-tools" src_prepare() { diff --git a/net-mail/ytnef/ytnef-2.1.1.ebuild b/net-mail/ytnef/ytnef-2.1.1.ebuild index 19c571ce77e4..94116d3367be 100644 --- a/net-mail/ytnef/ytnef-2.1.1.ebuild +++ b/net-mail/ytnef/ytnef-2.1.1.ebuild @@ -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 EAPI=8 @@ -14,7 +14,7 @@ QA_PKGCONFIG_VERSION="${PV}.0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="static-libs" -DEPEND="sys-devel/libtool" +DEPEND="dev-build/libtool" RDEPEND="dev-perl/MIME-tools" src_prepare() { diff --git a/net-mail/ytnef/ytnef-2.1.2.ebuild b/net-mail/ytnef/ytnef-2.1.2.ebuild index 19c571ce77e4..94116d3367be 100644 --- a/net-mail/ytnef/ytnef-2.1.2.ebuild +++ b/net-mail/ytnef/ytnef-2.1.2.ebuild @@ -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 EAPI=8 @@ -14,7 +14,7 @@ QA_PKGCONFIG_VERSION="${PV}.0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="static-libs" -DEPEND="sys-devel/libtool" +DEPEND="dev-build/libtool" RDEPEND="dev-perl/MIME-tools" src_prepare() { diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index a0557aae33ae..c169d2f85440 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -12,10 +12,10 @@ app-arch/tar app-shells/bash:0 dev-build/autoconf dev-build/automake +dev-build/libtool dev-build/make net-misc/rsync net-misc/wget -sys-devel/libtool sys-apps/baselayout sys-apps/coreutils sys-apps/diffutils diff --git a/profiles/info_pkgs b/profiles/info_pkgs index ec0c83b51c04..7b6b98e969d1 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -13,7 +13,7 @@ sys-libs/glibc sys-libs/musl sys-devel/binutils sys-devel/binutils-config -sys-devel/libtool +dev-build/libtool dev-build/make dev-lang/python dev-lang/perl diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index eba4eeaa5235..b4c5290715be 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -34,3 +34,4 @@ move sys-devel/automake-wrapper dev-build/automake-wrapper move sys-devel/automake-vanilla dev-build/automake-vanilla move sys-devel/automake dev-build/automake move sys-devel/slibtool dev-build/slibtool +move sys-devel/libtool dev-build/libtool diff --git a/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild b/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild index b9beb2f40e95..bd0d0095ae1a 100644 --- a/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" zlib? ( sys-libs/zlib:0= ) " DEPEND="${RDEPEND} - sys-devel/libtool:2 + dev-build/libtool:2 >=dev-build/autoconf-2.69 " S="${WORKDIR}/${MY_P}" diff --git a/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild index b9d2a4e04e0c..006572f48b94 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.47-r1.ebuild @@ -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 EAPI=7 @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="static-libs" -DEPEND="sys-devel/libtool" +DEPEND="dev-build/libtool" RDEPEND="!sys-apps/rescan-scsi-bus" PATCHES=( diff --git a/sys-apps/sg3_utils/sg3_utils-1.47.ebuild b/sys-apps/sg3_utils/sg3_utils-1.47.ebuild index decc87723a37..7ec69010f189 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.47.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="static-libs" -DEPEND="sys-devel/libtool" +DEPEND="dev-build/libtool" RDEPEND="!sys-apps/rescan-scsi-bus" src_configure() { diff --git a/sys-apps/texinfo/texinfo-7.0.3.ebuild b/sys-apps/texinfo/texinfo-7.0.3.ebuild index aa15291f2d08..368074151fc1 100644 --- a/sys-apps/texinfo/texinfo-7.0.3.ebuild +++ b/sys-apps/texinfo/texinfo-7.0.3.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then REGEN_BDEPEND=" >=dev-build/autoconf-2.62 >=dev-build/automake-1.16 - sys-devel/libtool + dev-build/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P}.tar.xz" diff --git a/sys-apps/texinfo/texinfo-7.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.1-r1.ebuild index e51aaead9873..e6539767a6c5 100644 --- a/sys-apps/texinfo/texinfo-7.1-r1.ebuild +++ b/sys-apps/texinfo/texinfo-7.1-r1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then REGEN_BDEPEND=" >=dev-build/autoconf-2.62 >=dev-build/automake-1.16 - sys-devel/libtool + dev-build/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P}.tar.xz" diff --git a/sys-apps/texinfo/texinfo-9999.ebuild b/sys-apps/texinfo/texinfo-9999.ebuild index 8579319f28b6..69014441481c 100644 --- a/sys-apps/texinfo/texinfo-9999.ebuild +++ b/sys-apps/texinfo/texinfo-9999.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then REGEN_BDEPEND=" >=dev-build/autoconf-2.62 >=dev-build/automake-1.16 - sys-devel/libtool + dev-build/libtool " elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then SRC_URI="https://alpha.gnu.org/gnu/${PN}/${P}.tar.xz" diff --git a/sys-block/ndctl/ndctl-71.1-r2.ebuild b/sys-block/ndctl/ndctl-71.1-r2.ebuild index 2114c59fe82e..6680b6b69825 100644 --- a/sys-block/ndctl/ndctl-71.1-r2.ebuild +++ b/sys-block/ndctl/ndctl-71.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ RDEPEND="${DEPEND}" BDEPEND=" app-text/asciidoc app-text/xmlto - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/sys-block/ndctl/ndctl-76.1.ebuild b/sys-block/ndctl/ndctl-76.1.ebuild index 7070e5950e3f..63ea8a4e0f1c 100644 --- a/sys-block/ndctl/ndctl-76.1.ebuild +++ b/sys-block/ndctl/ndctl-76.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ BDEPEND=" app-text/asciidoc app-text/xmlto ) - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/sys-block/ndctl/ndctl-77-r1.ebuild b/sys-block/ndctl/ndctl-77-r1.ebuild index bc23fbb0b714..791b5e087a06 100644 --- a/sys-block/ndctl/ndctl-77-r1.ebuild +++ b/sys-block/ndctl/ndctl-77-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ BDEPEND=" app-text/asciidoc app-text/xmlto ) - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/sys-cluster/mpich/mpich-3.4.3.ebuild b/sys-cluster/mpich/mpich-3.4.3.ebuild index 6f8eb1d58bfa..717f18b5306a 100644 --- a/sys-cluster/mpich/mpich-3.4.3.ebuild +++ b/sys-cluster/mpich/mpich-3.4.3.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=" DEPEND=" ${COMMON_DEPEND} dev-lang/perl - sys-devel/libtool + dev-build/libtool valgrind? ( dev-debug/valgrind ) " RDEPEND=" diff --git a/sys-fs/avfs/avfs-1.1.3.ebuild b/sys-fs/avfs/avfs-1.1.3.ebuild index d9f910a68c5d..e3c177f4ba40 100644 --- a/sys-fs/avfs/avfs-1.1.3.ebuild +++ b/sys-fs/avfs/avfs-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86" IUSE="+lzma webdav +zstd" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " RDEPEND=" diff --git a/sys-fs/avfs/avfs-1.1.4.ebuild b/sys-fs/avfs/avfs-1.1.4.ebuild index f8c5a0ef0f50..3a1a43f1c43f 100644 --- a/sys-fs/avfs/avfs-1.1.4.ebuild +++ b/sys-fs/avfs/avfs-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/libtool + dev-build/libtool virtual/pkgconfig " diff --git a/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild b/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild index cb966071f694..571e5a35cd86 100644 --- a/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild @@ -123,7 +123,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-4.3.3.ebuild b/sys-kernel/genkernel/genkernel-4.3.3.ebuild index 4a1d75462fe7..5cc642be67ca 100644 --- a/sys-kernel/genkernel/genkernel-4.3.3.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.3.ebuild @@ -123,7 +123,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild b/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild index c75b39355fbd..49d4b62d53d8 100644 --- a/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild @@ -123,7 +123,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild b/sys-kernel/genkernel/genkernel-4.3.5.ebuild index e39196fe1c0c..860214201405 100644 --- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild @@ -123,7 +123,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-4.3.6.ebuild b/sys-kernel/genkernel/genkernel-4.3.6.ebuild index f731d23c5c69..8b6f12a6146d 100644 --- a/sys-kernel/genkernel/genkernel-4.3.6.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.6.ebuild @@ -125,7 +125,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-4.3.7.ebuild b/sys-kernel/genkernel/genkernel-4.3.7.ebuild index 461945c27028..6de5f5963238 100644 --- a/sys-kernel/genkernel/genkernel-4.3.7.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.7.ebuild @@ -125,7 +125,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-4.3.8.ebuild b/sys-kernel/genkernel/genkernel-4.3.8.ebuild index 461945c27028..6de5f5963238 100644 --- a/sys-kernel/genkernel/genkernel-4.3.8.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.8.ebuild @@ -125,7 +125,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index 461945c27028..6de5f5963238 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -125,7 +125,7 @@ RDEPEND="${PYTHON_DEPS} app-alternatives/bc app-alternatives/yacc app-alternatives/lex - sys-devel/libtool + dev-build/libtool virtual/pkgconfig elibc_glibc? ( sys-libs/glibc[static-libs(+)] ) firmware? ( sys-kernel/linux-firmware )" diff --git a/sys-process/psmisc/psmisc-23.4-r1.ebuild b/sys-process/psmisc/psmisc-23.4-r1.ebuild index d878cf0a9306..f0470765d3b7 100644 --- a/sys-process/psmisc/psmisc-23.4-r1.ebuild +++ b/sys-process/psmisc/psmisc-23.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/libtool-2.2.6b + >=dev-build/libtool-2.2.6b nls? ( sys-devel/gettext ) test? ( dev-util/dejagnu ) " diff --git a/sys-process/psmisc/psmisc-23.5.ebuild b/sys-process/psmisc/psmisc-23.5.ebuild index 221b3631be6d..60a29f395d75 100644 --- a/sys-process/psmisc/psmisc-23.5.ebuild +++ b/sys-process/psmisc/psmisc-23.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/libtool-2.2.6b + >=dev-build/libtool-2.2.6b nls? ( sys-devel/gettext ) test? ( dev-util/dejagnu ) " diff --git a/sys-process/psmisc/psmisc-23.6.ebuild b/sys-process/psmisc/psmisc-23.6.ebuild index 688b820b4980..3ee8559aab64 100644 --- a/sys-process/psmisc/psmisc-23.6.ebuild +++ b/sys-process/psmisc/psmisc-23.6.ebuild @@ -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 EAPI=8 @@ -24,7 +24,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - >=sys-devel/libtool-2.2.6b + >=dev-build/libtool-2.2.6b nls? ( sys-devel/gettext ) test? ( dev-util/dejagnu ) " diff --git a/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild b/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild index 61bd2a4f58a9..3ec2f4b15036 100644 --- a/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild +++ b/www-apache/mod_bw/mod_bw-0.9.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86" LICENSE="Apache-2.0" SLOT="0" -BDEPEND="sys-devel/libtool" +BDEPEND="dev-build/libtool" PATCHES=( "${FILESDIR}"/${PN}-0.9.2-apache24.patch diff --git a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild index 1ef181d29e3c..d0ac86de19ee 100644 --- a/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild +++ b/www-apache/mod_musicindex/mod_musicindex-1.4.1-r4.ebuild @@ -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 EAPI=7 @@ -24,7 +24,7 @@ DEPEND="mp3? ( media-libs/libmad media-libs/libid3tag:= ) archive? ( app-arch/libarchive:= ) mysql? ( dev-db/mysql-connector-c:0= )" RDEPEND="${DEPEND} - sys-devel/libtool" + dev-build/libtool" APACHE2_MOD_CONF="50_${PN}" APACHE2_MOD_DEFINE="MUSICINDEX" |