diff options
135 files changed, 205 insertions, 204 deletions
diff --git a/app-antivirus/clamav/clamav-0.103.11.ebuild b/app-antivirus/clamav/clamav-0.103.11.ebuild index f7de1e3d84f3..7b1697a7e55c 100644 --- a/app-antivirus/clamav/clamav-0.103.11.ebuild +++ b/app-antivirus/clamav/clamav-0.103.11.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 @@ CDEPEND="acct-group/clamav # We need at least autoconf-2.69-r5 because that's the first (patched) # version of it in Gentoo that supports ./configure --runstatedir. -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig" DEPEND="${CDEPEND} diff --git a/app-antivirus/clamav/clamav-0.103.8.ebuild b/app-antivirus/clamav/clamav-0.103.8.ebuild index 08bddbfd8a2b..74e37b574595 100644 --- a/app-antivirus/clamav/clamav-0.103.8.ebuild +++ b/app-antivirus/clamav/clamav-0.103.8.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 @@ CDEPEND="acct-group/clamav # We need at least autoconf-2.69-r5 because that's the first (patched) # version of it in Gentoo that supports ./configure --runstatedir. -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig" DEPEND="${CDEPEND} diff --git a/app-backup/burp/burp-3.1.4.ebuild b/app-backup/burp/burp-3.1.4.ebuild index cf765ee3762e..8c7a5924016a 100644 --- a/app-backup/burp/burp-3.1.4.ebuild +++ b/app-backup/burp/burp-3.1.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=8 @@ -30,7 +30,7 @@ COMMON_DEPEND="acct-group/burp DEPEND="${COMMON_DEPEND} elibc_musl? ( sys-libs/queue-standalone ) test? ( dev-libs/check )" -BDEPEND=">=sys-devel/autoconf-2.71 +BDEPEND=">=dev-build/autoconf-2.71 virtual/pkgconfig" RDEPEND="${COMMON_DEPEND} virtual/logger" diff --git a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild index 0394ebbb151b..2db7d36fe6fe 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-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} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib-minimal python-any-r1 virtualx flag-o-matic @@ -50,7 +50,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" RDEPEND="${CDEPEND} diff --git a/app-crypt/heimdal/heimdal-7.8.0-r2.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r2.ebuild index e007ac4d09ef..8645dd099c0d 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r2.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r2.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} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib-minimal python-any-r1 virtualx flag-o-matic @@ -50,7 +50,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" RDEPEND="${CDEPEND} diff --git a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild index 27e020f183d4..597d9cf695c5 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r3.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 @@ -41,7 +41,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62" + >=dev-build/autoconf-2.62" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-kerberos )" diff --git a/app-editors/gvim/gvim-9.0.1403.ebuild b/app-editors/gvim/gvim-9.0.1403.ebuild index a99441e1ae3d..3baf872227e8 100644 --- a/app-editors/gvim/gvim-9.0.1403.ebuild +++ b/app-editors/gvim/gvim-9.0.1403.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9.0.1503.ebuild b/app-editors/gvim/gvim-9.0.1503.ebuild index 93dea3271a7c..bf09149d4a15 100644 --- a/app-editors/gvim/gvim-9.0.1503.ebuild +++ b/app-editors/gvim/gvim-9.0.1503.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9.0.1627.ebuild b/app-editors/gvim/gvim-9.0.1627.ebuild index a99441e1ae3d..3baf872227e8 100644 --- a/app-editors/gvim/gvim-9.0.1627.ebuild +++ b/app-editors/gvim/gvim-9.0.1627.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9.0.1678.ebuild b/app-editors/gvim/gvim-9.0.1678.ebuild index 8dda673bd124..91813ab71f13 100644 --- a/app-editors/gvim/gvim-9.0.1678.ebuild +++ b/app-editors/gvim/gvim-9.0.1678.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9.0.1777.ebuild b/app-editors/gvim/gvim-9.0.1777.ebuild index 73c1d85a0804..5d9b88f5d4f7 100644 --- a/app-editors/gvim/gvim-9.0.1777.ebuild +++ b/app-editors/gvim/gvim-9.0.1777.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9.0.2092.ebuild b/app-editors/gvim/gvim-9.0.2092.ebuild index 4d5c71fe1a62..b4393c4f6a4c 100644 --- a/app-editors/gvim/gvim-9.0.2092.ebuild +++ b/app-editors/gvim/gvim-9.0.2092.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.2092" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9.0.2167.ebuild b/app-editors/gvim/gvim-9.0.2167.ebuild index a54773dd2fcc..f347bfc28ae4 100644 --- a/app-editors/gvim/gvim-9.0.2167.ebuild +++ b/app-editors/gvim/gvim-9.0.2167.ebuild @@ -74,7 +74,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 370ae2328f17..575b259aa039 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -73,7 +73,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) diff --git a/app-editors/vim-core/vim-core-9.0.1403.ebuild b/app-editors/vim-core/vim-core-9.0.1403.ebuild index 0b299f9cf922..346c974e588c 100644 --- a/app-editors/vim-core/vim-core-9.0.1403.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1403.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 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9.0.1503.ebuild b/app-editors/vim-core/vim-core-9.0.1503.ebuild index db2ce95e2a6d..a54e0738beed 100644 --- a/app-editors/vim-core/vim-core-9.0.1503.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1503.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 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9.0.1627.ebuild b/app-editors/vim-core/vim-core-9.0.1627.ebuild index 9829a00697c4..6cb4710f79e9 100644 --- a/app-editors/vim-core/vim-core-9.0.1627.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1627.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 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9.0.1678.ebuild b/app-editors/vim-core/vim-core-9.0.1678.ebuild index 5fb29ea38fd3..66de9fc233f0 100644 --- a/app-editors/vim-core/vim-core-9.0.1678.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1678.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 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9.0.1777.ebuild b/app-editors/vim-core/vim-core-9.0.1777.ebuild index 35098d2a99e0..b29cfe232334 100644 --- a/app-editors/vim-core/vim-core-9.0.1777.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1777.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 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9.0.2092.ebuild b/app-editors/vim-core/vim-core-9.0.2092.ebuild index 58f3ce350b71..2c34d0a6f525 100644 --- a/app-editors/vim-core/vim-core-9.0.2092.ebuild +++ b/app-editors/vim-core/vim-core-9.0.2092.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 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9.0.2167.ebuild b/app-editors/vim-core/vim-core-9.0.2167.ebuild index e07e3993b0b2..edd3e7679185 100644 --- a/app-editors/vim-core/vim-core-9.0.2167.ebuild +++ b/app-editors/vim-core/vim-core-9.0.2167.ebuild @@ -29,7 +29,7 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index 3e024c92659a..90c03717c01c 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-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 @@ -29,7 +29,7 @@ IUSE="nls acl minimal" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="sys-devel/autoconf" +BDEPEND="dev-build/autoconf" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc diff --git a/app-editors/vim/vim-9.0.1403.ebuild b/app-editors/vim/vim-9.0.1403.ebuild index 0d0487eb7364..b742f953fcfa 100644 --- a/app-editors/vim/vim-9.0.1403.ebuild +++ b/app-editors/vim/vim-9.0.1403.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -62,7 +62,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9.0.1503.ebuild b/app-editors/vim/vim-9.0.1503.ebuild index 191a1abcf952..b589d64dbde0 100644 --- a/app-editors/vim/vim-9.0.1503.ebuild +++ b/app-editors/vim/vim-9.0.1503.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -62,7 +62,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9.0.1627.ebuild b/app-editors/vim/vim-9.0.1627.ebuild index 6daab958469b..be5a1d92a8f8 100644 --- a/app-editors/vim/vim-9.0.1627.ebuild +++ b/app-editors/vim/vim-9.0.1627.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -61,7 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9.0.1678.ebuild b/app-editors/vim/vim-9.0.1678.ebuild index fb932d372b68..f23090161473 100644 --- a/app-editors/vim/vim-9.0.1678.ebuild +++ b/app-editors/vim/vim-9.0.1678.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -61,7 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9.0.1777.ebuild b/app-editors/vim/vim-9.0.1777.ebuild index d142c1c4c3a1..c50f55589810 100644 --- a/app-editors/vim/vim-9.0.1777.ebuild +++ b/app-editors/vim/vim-9.0.1777.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -61,7 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9.0.2092.ebuild b/app-editors/vim/vim-9.0.2092.ebuild index 0cffc596a894..1b1136741494 100644 --- a/app-editors/vim/vim-9.0.2092.ebuild +++ b/app-editors/vim/vim-9.0.2092.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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.2092" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -61,7 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9.0.2167.ebuild b/app-editors/vim/vim-9.0.2167.ebuild index 1f26d77f238c..2b51783e44cb 100644 --- a/app-editors/vim/vim-9.0.2167.ebuild +++ b/app-editors/vim/vim-9.0.2167.ebuild @@ -61,7 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index b323e4e54d5b..0a89c95fd2c9 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-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 @@ -9,7 +9,7 @@ VIM_VERSION="9.0" VIM_PATCHES_VERSION="9.0.1000" LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby27 ruby30 ruby31" @@ -61,7 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND}" # configure runs the Lua interpreter BDEPEND=" - sys-devel/autoconf + dev-build/autoconf lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " diff --git a/app-text/djview/djview-4.10.6-r2.ebuild b/app-text/djview/djview-4.10.6-r2.ebuild index b69f726d38e2..9cd76dfc20f4 100644 --- a/app-text/djview/djview-4.10.6-r2.ebuild +++ b/app-text/djview/djview-4.10.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 @@ -25,7 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-qt/linguist-tools:5 - >=sys-devel/autoconf-2.67 + >=dev-build/autoconf-2.67 virtual/pkgconfig" DOCS=( README NEWS ) diff --git a/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20210509-r1.ebuild b/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20210509-r1.ebuild index 7de2341e7282..6b58da0590b7 100644 --- a/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20210509-r1.ebuild +++ b/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20210509-r1.ebuild @@ -7,7 +7,7 @@ EAPI=8 # TODO: review our old autoconf-2.52 patches? MY_P=${PN/-dickey}-${PV/_p/-} -DESCRIPTION="Fork of sys-devel/autoconf for Thomas Dickey's packages" +DESCRIPTION="Fork of dev-build/autoconf for Thomas Dickey's packages" HOMEPAGE="https://invisible-island.net/autoconf/autoconf.html" SRC_URI="https://invisible-island.net/archives/autoconf/${MY_P}.tgz" S="${WORKDIR}"/${MY_P} diff --git a/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20221202.ebuild b/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20221202.ebuild index 1013320956a0..81998a6d476c 100644 --- a/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20221202.ebuild +++ b/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20221202.ebuild @@ -10,7 +10,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/thomasdickey.asc inherit verify-sig MY_P=${PN/-dickey}-${PV/_p/-} -DESCRIPTION="Fork of sys-devel/autoconf for Thomas Dickey's packages" +DESCRIPTION="Fork of dev-build/autoconf for Thomas Dickey's packages" HOMEPAGE="https://invisible-island.net/autoconf/autoconf.html" SRC_URI="https://invisible-island.net/archives/autoconf/${MY_P}.tgz" SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/autoconf/${MY_P}.tgz.asc )" diff --git a/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20230114.ebuild b/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20230114.ebuild index 1013320956a0..81998a6d476c 100644 --- a/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20230114.ebuild +++ b/dev-build/autoconf-dickey/autoconf-dickey-2.52_p20230114.ebuild @@ -10,7 +10,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/thomasdickey.asc inherit verify-sig MY_P=${PN/-dickey}-${PV/_p/-} -DESCRIPTION="Fork of sys-devel/autoconf for Thomas Dickey's packages" +DESCRIPTION="Fork of dev-build/autoconf for Thomas Dickey's packages" HOMEPAGE="https://invisible-island.net/autoconf/autoconf.html" SRC_URI="https://invisible-island.net/archives/autoconf/${MY_P}.tgz" SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/autoconf/${MY_P}.tgz.asc )" diff --git a/dev-build/autoconf-vanilla/files/autoconf-2.71-conflicts.patch b/dev-build/autoconf-vanilla/files/autoconf-2.71-conflicts.patch index d9829d1ae213..879664f4096e 100644 --- a/dev-build/autoconf-vanilla/files/autoconf-2.71-conflicts.patch +++ b/dev-build/autoconf-vanilla/files/autoconf-2.71-conflicts.patch @@ -16,7 +16,7 @@ index 17e1f8f..73d2ea7 100644 ACLOCAL_AMFLAGS = -I m4 -+# Work around file conflicts against sys-devel/autoconf -- Arsen ++# Work around file conflicts against dev-build/autoconf -- Arsen +pkgdatadir = $(datadir)/@PACKAGE@-vanilla-@VERSION@ + ## All of these will be incrementally updated later, here or in included diff --git a/dev-build/autoconf-vanilla/files/autoconf-2.72-conflicts.patch b/dev-build/autoconf-vanilla/files/autoconf-2.72-conflicts.patch index b90864eacecb..b15b0267f140 100644 --- a/dev-build/autoconf-vanilla/files/autoconf-2.72-conflicts.patch +++ b/dev-build/autoconf-vanilla/files/autoconf-2.72-conflicts.patch @@ -16,7 +16,7 @@ index 1db714b..cb0650a 100644 ACLOCAL_AMFLAGS = -I m4 -+# Work around file conflicts against sys-devel/autoconf -- Arsen ++# Work around file conflicts against dev-build/autoconf -- Arsen +pkgdatadir = $(datadir)/@PACKAGE@-vanilla-@VERSION@ + ## All of these will be incrementally updated later, here or in included @@ -39,7 +39,7 @@ index e5b3da5..04a3732 100644 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print + -+# Work around file conflicts against sys-devel/autoconf -- Arsen ++# Work around file conflicts against dev-build/autoconf -- Arsen +pkgdatadir = $(datadir)/@PACKAGE@-vanilla-@VERSION@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ diff --git a/sys-devel/autoconf/Manifest b/dev-build/autoconf/Manifest index 08c6d1ab3d7f..08c6d1ab3d7f 100644 --- a/sys-devel/autoconf/Manifest +++ b/dev-build/autoconf/Manifest diff --git a/sys-devel/autoconf/autoconf-2.13-r7.ebuild b/dev-build/autoconf/autoconf-2.13-r7.ebuild index 55b245745890..55b245745890 100644 --- a/sys-devel/autoconf/autoconf-2.13-r7.ebuild +++ b/dev-build/autoconf/autoconf-2.13-r7.ebuild diff --git a/sys-devel/autoconf/autoconf-2.13-r8.ebuild b/dev-build/autoconf/autoconf-2.13-r8.ebuild index 36e5700446c5..36e5700446c5 100644 --- a/sys-devel/autoconf/autoconf-2.13-r8.ebuild +++ b/dev-build/autoconf/autoconf-2.13-r8.ebuild diff --git a/sys-devel/autoconf/autoconf-2.69-r9.ebuild b/dev-build/autoconf/autoconf-2.69-r9.ebuild index 72d2d53b0555..72d2d53b0555 100644 --- a/sys-devel/autoconf/autoconf-2.69-r9.ebuild +++ b/dev-build/autoconf/autoconf-2.69-r9.ebuild diff --git a/sys-devel/autoconf/autoconf-2.71-r6.ebuild b/dev-build/autoconf/autoconf-2.71-r6.ebuild index abc1bad7a693..abc1bad7a693 100644 --- a/sys-devel/autoconf/autoconf-2.71-r6.ebuild +++ b/dev-build/autoconf/autoconf-2.71-r6.ebuild diff --git a/sys-devel/autoconf/autoconf-2.71-r7.ebuild b/dev-build/autoconf/autoconf-2.71-r7.ebuild index 71d2b138b8b8..71d2b138b8b8 100644 --- a/sys-devel/autoconf/autoconf-2.71-r7.ebuild +++ b/dev-build/autoconf/autoconf-2.71-r7.ebuild diff --git a/sys-devel/autoconf/autoconf-2.72-r1.ebuild b/dev-build/autoconf/autoconf-2.72-r1.ebuild index 0fff9c205426..0fff9c205426 100644 --- a/sys-devel/autoconf/autoconf-2.72-r1.ebuild +++ b/dev-build/autoconf/autoconf-2.72-r1.ebuild diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/dev-build/autoconf/autoconf-9999.ebuild index 0fff9c205426..0fff9c205426 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/dev-build/autoconf/autoconf-9999.ebuild diff --git a/sys-devel/autoconf/files/autoconf-2.13-Clang-16-fixes-for-various-tests.patch b/dev-build/autoconf/files/autoconf-2.13-Clang-16-fixes-for-various-tests.patch index d158f7974e81..d158f7974e81 100644 --- a/sys-devel/autoconf/files/autoconf-2.13-Clang-16-fixes-for-various-tests.patch +++ b/dev-build/autoconf/files/autoconf-2.13-Clang-16-fixes-for-various-tests.patch diff --git a/sys-devel/autoconf/files/autoconf-2.13-K-R-decls-clang.patch b/dev-build/autoconf/files/autoconf-2.13-K-R-decls-clang.patch index 42c3018aea8c..42c3018aea8c 100644 --- a/sys-devel/autoconf/files/autoconf-2.13-K-R-decls-clang.patch +++ b/dev-build/autoconf/files/autoconf-2.13-K-R-decls-clang.patch diff --git a/sys-devel/autoconf/files/autoconf-2.13-destdir.patch b/dev-build/autoconf/files/autoconf-2.13-destdir.patch index 47605af5f59c..47605af5f59c 100644 --- a/sys-devel/autoconf/files/autoconf-2.13-destdir.patch +++ b/dev-build/autoconf/files/autoconf-2.13-destdir.patch diff --git a/sys-devel/autoconf/files/autoconf-2.13-gentoo.patch b/dev-build/autoconf/files/autoconf-2.13-gentoo.patch index 44f09cba92f0..44f09cba92f0 100644 --- a/sys-devel/autoconf/files/autoconf-2.13-gentoo.patch +++ b/dev-build/autoconf/files/autoconf-2.13-gentoo.patch diff --git a/sys-devel/autoconf/files/autoconf-2.13-perl-5.26.patch b/dev-build/autoconf/files/autoconf-2.13-perl-5.26.patch index 6fbc0cd1bc89..6fbc0cd1bc89 100644 --- a/sys-devel/autoconf/files/autoconf-2.13-perl-5.26.patch +++ b/dev-build/autoconf/files/autoconf-2.13-perl-5.26.patch diff --git a/sys-devel/autoconf/files/autoconf-2.13-test-fixes.patch b/dev-build/autoconf/files/autoconf-2.13-test-fixes.patch index b8a7e3b8ce99..b8a7e3b8ce99 100644 --- a/sys-devel/autoconf/files/autoconf-2.13-test-fixes.patch +++ b/dev-build/autoconf/files/autoconf-2.13-test-fixes.patch diff --git a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch b/dev-build/autoconf/files/autoconf-2.61-darwin.patch index 83f450e6f5af..83f450e6f5af 100644 --- a/sys-devel/autoconf/files/autoconf-2.61-darwin.patch +++ b/dev-build/autoconf/files/autoconf-2.61-darwin.patch diff --git a/sys-devel/autoconf/files/autoconf-2.69-K-R-decls-clang.patch b/dev-build/autoconf/files/autoconf-2.69-K-R-decls-clang.patch index 77444ebc5be6..77444ebc5be6 100644 --- a/sys-devel/autoconf/files/autoconf-2.69-K-R-decls-clang.patch +++ b/dev-build/autoconf/files/autoconf-2.69-K-R-decls-clang.patch diff --git a/sys-devel/autoconf/files/autoconf-2.69-fix-libtool-test.patch b/dev-build/autoconf/files/autoconf-2.69-fix-libtool-test.patch index e75eba621606..e75eba621606 100644 --- a/sys-devel/autoconf/files/autoconf-2.69-fix-libtool-test.patch +++ b/dev-build/autoconf/files/autoconf-2.69-fix-libtool-test.patch diff --git a/sys-devel/autoconf/files/autoconf-2.69-make-tests-bash5-compatible.patch b/dev-build/autoconf/files/autoconf-2.69-make-tests-bash5-compatible.patch index 1afcec15bb4f..1afcec15bb4f 100644 --- a/sys-devel/autoconf/files/autoconf-2.69-make-tests-bash5-compatible.patch +++ b/dev-build/autoconf/files/autoconf-2.69-make-tests-bash5-compatible.patch diff --git a/sys-devel/autoconf/files/autoconf-2.69-perl-5.26-2.patch b/dev-build/autoconf/files/autoconf-2.69-perl-5.26-2.patch index 6becf807c43e..6becf807c43e 100644 --- a/sys-devel/autoconf/files/autoconf-2.69-perl-5.26-2.patch +++ b/dev-build/autoconf/files/autoconf-2.69-perl-5.26-2.patch diff --git a/sys-devel/autoconf/files/autoconf-2.69-perl-5.26.patch b/dev-build/autoconf/files/autoconf-2.69-perl-5.26.patch index b3d7888ca722..b3d7888ca722 100644 --- a/sys-devel/autoconf/files/autoconf-2.69-perl-5.26.patch +++ b/dev-build/autoconf/files/autoconf-2.69-perl-5.26.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-AC_C_BIGENDIAN-lto.patch b/dev-build/autoconf/files/autoconf-2.71-AC_C_BIGENDIAN-lto.patch index 48fbdc6f544b..48fbdc6f544b 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-AC_C_BIGENDIAN-lto.patch +++ b/dev-build/autoconf/files/autoconf-2.71-AC_C_BIGENDIAN-lto.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-AC_LANG_CALL_C_cxx.patch b/dev-build/autoconf/files/autoconf-2.71-AC_LANG_CALL_C_cxx.patch index 5b53d17135bc..5b53d17135bc 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-AC_LANG_CALL_C_cxx.patch +++ b/dev-build/autoconf/files/autoconf-2.71-AC_LANG_CALL_C_cxx.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-K-R-decls-clang-deux.patch b/dev-build/autoconf/files/autoconf-2.71-K-R-decls-clang-deux.patch index 6a3d6580a3f6..6a3d6580a3f6 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-K-R-decls-clang-deux.patch +++ b/dev-build/autoconf/files/autoconf-2.71-K-R-decls-clang-deux.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-K-R-decls-clang.patch b/dev-build/autoconf/files/autoconf-2.71-K-R-decls-clang.patch index e2e451e86920..e2e451e86920 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-K-R-decls-clang.patch +++ b/dev-build/autoconf/files/autoconf-2.71-K-R-decls-clang.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-bash52.patch b/dev-build/autoconf/files/autoconf-2.71-bash52.patch index 1c3c91db1d4f..1c3c91db1d4f 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-bash52.patch +++ b/dev-build/autoconf/files/autoconf-2.71-bash52.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-cxx11typo.patch b/dev-build/autoconf/files/autoconf-2.71-cxx11typo.patch index ed3f68ea2b9e..ed3f68ea2b9e 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-cxx11typo.patch +++ b/dev-build/autoconf/files/autoconf-2.71-cxx11typo.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-darwin.patch b/dev-build/autoconf/files/autoconf-2.71-darwin.patch index c122aee4b22d..c122aee4b22d 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-darwin.patch +++ b/dev-build/autoconf/files/autoconf-2.71-darwin.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-make-4.4.patch b/dev-build/autoconf/files/autoconf-2.71-make-4.4.patch index 4dcf05996180..4dcf05996180 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-make-4.4.patch +++ b/dev-build/autoconf/files/autoconf-2.71-make-4.4.patch diff --git a/sys-devel/autoconf/files/autoconf-2.71-time.patch b/dev-build/autoconf/files/autoconf-2.71-time.patch index 8ecfe10f40a3..8ecfe10f40a3 100644 --- a/sys-devel/autoconf/files/autoconf-2.71-time.patch +++ b/dev-build/autoconf/files/autoconf-2.71-time.patch diff --git a/sys-devel/autoconf/metadata.xml b/dev-build/autoconf/metadata.xml index 4ff4a48125bc..4ff4a48125bc 100644 --- a/sys-devel/autoconf/metadata.xml +++ b/dev-build/autoconf/metadata.xml diff --git a/dev-libs/dotconf/dotconf-1.3-r2.ebuild b/dev-libs/dotconf/dotconf-1.3-r2.ebuild index 9d0d505092f6..2dedf327663c 100644 --- a/dev-libs/dotconf/dotconf-1.3-r2.ebuild +++ b/dev-libs/dotconf/dotconf-1.3-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=8 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND=">=sys-devel/autoconf-2.58" +DEPEND=">=dev-build/autoconf-2.58" RDEPEND="" src_configure() { diff --git a/dev-libs/libvoikko/libvoikko-4.3.2.ebuild b/dev-libs/libvoikko/libvoikko-4.3.2.ebuild index fa3c023430cb..967e5319d288 100644 --- a/dev-libs/libvoikko/libvoikko-4.3.2.ebuild +++ b/dev-libs/libvoikko/libvoikko-4.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-r1 verify-sig @@ -26,7 +26,7 @@ DEPEND="${PYTHON_DEPS} hfst? ( >=dev-util/hfstospell-0.5.0 )" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig - >=sys-devel/autoconf-2.71 + >=dev-build/autoconf-2.71 verify-sig? ( sec-keys/openpgp-keys-voikko )" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/voikko.asc diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild index 1529fde33026..1673ab7aa83c 100644 --- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild +++ b/dev-lisp/gcl/gcl-2.6.13_pre99.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 @@ -24,7 +24,7 @@ RDEPEND="dev-libs/gmp DEPEND="${RDEPEND} virtual/texi2dvi app-text/texi2html - >=sys-devel/autoconf-2.52" + >=dev-build/autoconf-2.52" PATCHES=( # bug 778770 diff --git a/dev-lisp/gcl/gcl-2.6.14.ebuild b/dev-lisp/gcl/gcl-2.6.14.ebuild index 658ba82946f7..fe5638ac7f2c 100644 --- a/dev-lisp/gcl/gcl-2.6.14.ebuild +++ b/dev-lisp/gcl/gcl-2.6.14.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="dev-libs/gmp DEPEND="${RDEPEND} virtual/texi2dvi app-text/texi2html - >=sys-devel/autoconf-2.52" + >=dev-build/autoconf-2.52" src_configure() { strip-flags diff --git a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild b/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild index 830fff33537b..dd6b7e3a812d 100644 --- a/dev-lisp/gcl/gcl-2.6.15_pre3.ebuild +++ b/dev-lisp/gcl/gcl-2.6.15_pre3.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 @@ RDEPEND="dev-libs/gmp DEPEND="${RDEPEND} virtual/texi2dvi app-text/texi2html - >=sys-devel/autoconf-2.52" + >=dev-build/autoconf-2.52" PATCHES=( "${WORKDIR}"/${PF}-spelling.patch ) S="${WORKDIR}"/${PN}-Version_2_6_15pre3/${PN} diff --git a/dev-util/autoproject/autoproject-0.20_p5.ebuild b/dev-util/autoproject/autoproject-0.20_p5.ebuild index 9fd405115687..6a8253554286 100644 --- a/dev-util/autoproject/autoproject-0.20_p5.ebuild +++ b/dev-util/autoproject/autoproject-0.20_p5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - sys-devel/autoconf:* + dev-build/autoconf:* sys-devel/automake:*" DEPEND="${RDEPEND} test? ( sys-apps/texinfo )" diff --git a/dev-util/poke/poke-2.4-r1.ebuild b/dev-util/poke/poke-2.4-r1.ebuild index 8bb3a1d99a93..7d1ab3d9d754 100644 --- a/dev-util/poke/poke-2.4-r1.ebuild +++ b/dev-util/poke/poke-2.4-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-2.16 sys-apps/gawk sys-apps/help2man diff --git a/dev-util/poke/poke-2.90.1.ebuild b/dev-util/poke/poke-2.90.1.ebuild index a059fe4ed9d2..11863fa8be83 100644 --- a/dev-util/poke/poke-2.90.1.ebuild +++ b/dev-util/poke/poke-2.90.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-apps/gawk sys-apps/help2man diff --git a/dev-util/poke/poke-3.0.ebuild b/dev-util/poke/poke-3.0.ebuild index ff822026e32f..84311c5c7d78 100644 --- a/dev-util/poke/poke-3.0.ebuild +++ b/dev-util/poke/poke-3.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-apps/gawk sys-apps/help2man diff --git a/dev-util/poke/poke-3.1.ebuild b/dev-util/poke/poke-3.1.ebuild index ff822026e32f..84311c5c7d78 100644 --- a/dev-util/poke/poke-3.1.ebuild +++ b/dev-util/poke/poke-3.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-apps/gawk sys-apps/help2man diff --git a/dev-util/poke/poke-3.2.ebuild b/dev-util/poke/poke-3.2.ebuild index ff822026e32f..84311c5c7d78 100644 --- a/dev-util/poke/poke-3.2.ebuild +++ b/dev-util/poke/poke-3.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-apps/gawk sys-apps/help2man diff --git a/dev-util/poke/poke-3.3.ebuild b/dev-util/poke/poke-3.3.ebuild index 40ba24c943ec..2bbff967e9e9 100644 --- a/dev-util/poke/poke-3.3.ebuild +++ b/dev-util/poke/poke-3.3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-apps/gawk sys-apps/help2man diff --git a/dev-util/poke/poke-9999.ebuild b/dev-util/poke/poke-9999.ebuild index 5affebc7b620..c12b7b4fe380 100644 --- a/dev-util/poke/poke-9999.ebuild +++ b/dev-util/poke/poke-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/poke.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-apps/gawk sys-apps/help2man diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 7f48c78739c7..169d4ab19bbe 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.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: autotools.eclass @@ -96,7 +96,7 @@ _LATEST_AUTOCONF=( 2.72-r1:2.72 2.71-r6:2.71 ) _LATEST_AUTOMAKE=( 1.16.5:1.16 ) _automake_atom="sys-devel/automake" -_autoconf_atom="sys-devel/autoconf" +_autoconf_atom="dev-build/autoconf" if [[ -n ${WANT_AUTOMAKE} ]] ; then case ${WANT_AUTOMAKE} in none) @@ -126,19 +126,19 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then _autoconf_atom="" ;; 2.1) - _autoconf_atom=">=sys-devel/autoconf-2.13-r7:2.1" + _autoconf_atom=">=dev-build/autoconf-2.13-r7:2.1" ;; 2.5) - _autoconf_atom=">=sys-devel/autoconf-2.71-r6:2.71" + _autoconf_atom=">=dev-build/autoconf-2.71-r6:2.71" ;; 2.69) - _autoconf_atom=">=sys-devel/autoconf-2.69-r9:2.69" + _autoconf_atom=">=dev-build/autoconf-2.69-r9:2.69" ;; 2.71) - _autoconf_atom=">=sys-devel/autoconf-2.71-r6:2.71" + _autoconf_atom=">=dev-build/autoconf-2.71-r6:2.71" ;; latest) - printf -v _autoconf_atom_tmp '>=sys-devel/autoconf-%s:%s ' ${_LATEST_AUTOCONF[@]/:/ } + printf -v _autoconf_atom_tmp '>=dev-build/autoconf-%s:%s ' ${_LATEST_AUTOCONF[@]/:/ } _autoconf_atom="|| ( ${_autoconf_atom_tmp} )" unset _autoconf_atom_tmp ;; @@ -599,7 +599,7 @@ autotools_env_setup() { hv_args="-b" ;; esac - has_version ${hv_args} "=sys-devel/autoconf-${pv}*" && export WANT_AUTOCONF="${pv}" && break + has_version ${hv_args} "=dev-build/autoconf-${pv}*" && export WANT_AUTOCONF="${pv}" && break done # During bootstrap in prefix there might be no autoconf merged yet diff --git a/eclass/toolchain-autoconf.eclass b/eclass/toolchain-autoconf.eclass index 137f0efac159..1eaf681496d4 100644 --- a/eclass/toolchain-autoconf.eclass +++ b/eclass/toolchain-autoconf.eclass @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: toolchain-autoconf.eclass # @MAINTAINER: # <base-system@gentoo.org> # @SUPPORTED_EAPIS: 7 8 -# @BLURB: Common code for sys-devel/autoconf ebuilds +# @BLURB: Common code for dev-build/autoconf ebuilds # @DESCRIPTION: # This eclass contains the common phase functions migrated from -# sys-devel/autoconf eblits. +# dev-build/autoconf eblits. case ${EAPI} in 7|8) ;; 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 be5c9c9223d1..abbc13f6d0b6 100644 --- a/mate-extra/caja-actions/caja-actions-1.26.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.26.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND}" BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 - >=sys-devel/autoconf-2.53:* + >=dev-build/autoconf-2.53:* >=sys-devel/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 79d9a96208dd..039fccffc543 100644 --- a/mate-extra/caja-actions/caja-actions-1.27.0.ebuild +++ b/mate-extra/caja-actions/caja-actions-1.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND}" BDEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.19.8 - >=sys-devel/autoconf-2.53:* + >=dev-build/autoconf-2.53:* >=sys-devel/libtool-2.2.6:2 virtual/pkgconfig " diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.26.0.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.26.0.ebuild index cedda9cd3f79..41a18aedb603 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.26.0.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.26.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=7 @@ -41,7 +41,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/yelp-tools >=sys-devel/gettext-0.19.8 - >=sys-devel/autoconf-2.63:* + >=dev-build/autoconf-2.63:* virtual/pkgconfig " diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild index 4cc884fdc0ed..69db578ff27d 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.26.2.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-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 @@ -41,7 +41,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/yelp-tools >=sys-devel/gettext-0.19.8 - >=sys-devel/autoconf-2.63:* + >=dev-build/autoconf-2.63:* virtual/pkgconfig " diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild index 50c4f1cd392a..4a9c1f2b6c0f 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.27.0.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.27.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 @@ -44,7 +44,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/yelp-tools >=sys-devel/gettext-0.19.8 - >=sys-devel/autoconf-2.63:* + >=dev-build/autoconf-2.63:* virtual/pkgconfig " diff --git a/net-analyzer/suricata/suricata-6.0.15.ebuild b/net-analyzer/suricata/suricata-6.0.15.ebuild index 8b4664912b20..045ebbc38788 100644 --- a/net-analyzer/suricata/suricata-6.0.15.ebuild +++ b/net-analyzer/suricata/suricata-6.0.15.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 @@ -52,7 +52,7 @@ RDEPEND="${PYTHON_DEPS} nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.69-r5 + >=dev-build/autoconf-2.69-r5 virtual/rust" BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-oisf-20200807 )" diff --git a/net-analyzer/suricata/suricata-7.0.2-r1.ebuild b/net-analyzer/suricata/suricata-7.0.2-r1.ebuild index 67cffa1955a5..9f79f08d97d4 100644 --- a/net-analyzer/suricata/suricata-7.0.2-r1.ebuild +++ b/net-analyzer/suricata/suricata-7.0.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=8 @@ -54,7 +54,7 @@ RDEPEND="${PYTHON_DEPS} nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.69-r5 + >=dev-build/autoconf-2.69-r5 virtual/rust" BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-oisf-20200807 )" diff --git a/net-analyzer/suricata/suricata-7.0.2.ebuild b/net-analyzer/suricata/suricata-7.0.2.ebuild index 236469c00ce6..93fe2558be37 100644 --- a/net-analyzer/suricata/suricata-7.0.2.ebuild +++ b/net-analyzer/suricata/suricata-7.0.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 @@ -54,7 +54,7 @@ RDEPEND="${PYTHON_DEPS} nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.69-r5 + >=dev-build/autoconf-2.69-r5 virtual/rust" BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-oisf-20200807 )" diff --git a/net-dialup/freeradius/freeradius-3.2.2.ebuild b/net-dialup/freeradius/freeradius-3.2.2.ebuild index 00ea3f5bc11d..dbf8d6f192f4 100644 --- a/net-dialup/freeradius/freeradius-3.2.2.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.2.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 -PYTHON_COMPAT=( python3_{9..11} ) -AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +PYTHON_COMPAT=( python3_{10..11} ) +AUTOTOOLS_DEPEND=">=dev-build/autoconf-2.69" inherit autotools pam python-single-r1 systemd MY_PN=${PN}-server diff --git a/net-dialup/freeradius/freeradius-3.2.3.ebuild b/net-dialup/freeradius/freeradius-3.2.3.ebuild index 56fff26e7876..7353869966e0 100644 --- a/net-dialup/freeradius/freeradius-3.2.3.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.3.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 PYTHON_COMPAT=( python3_{10..11} ) -AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +AUTOTOOLS_DEPEND=">=dev-build/autoconf-2.69" inherit autotools pam python-single-r1 systemd MY_PN=${PN}-server diff --git a/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild index 0f1d186dacc6..19a0942bb7d5 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.3_p1.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.3_p1.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 @@ -104,7 +104,7 @@ RDEPEND="${RDEPEND} " # Weird dep construct for newer gcc-config for bug #872416 BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig || ( >=sys-devel/gcc-config-2.6 diff --git a/net-misc/openssh-contrib/openssh-contrib-9.3_p2.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.3_p2.ebuild index be111b810be1..e85108222e01 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.3_p2.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.3_p2.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 @@ -99,7 +99,7 @@ RDEPEND="${RDEPEND} " # Weird dep construct for newer gcc-config for bug #872416 BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig || ( >=sys-devel/gcc-config-2.6 diff --git a/net-misc/openssh-contrib/openssh-contrib-9.4_p1-r1.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.4_p1-r1.ebuild index f89717ebbebf..80175aaaaf80 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.4_p1-r1.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.4_p1-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 @@ -100,7 +100,7 @@ RDEPEND="${RDEPEND} " # Weird dep construct for newer gcc-config for bug #872416 BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig || ( >=sys-devel/gcc-config-2.6 diff --git a/net-misc/openssh-contrib/openssh-contrib-9.5_p1.ebuild b/net-misc/openssh-contrib/openssh-contrib-9.5_p1.ebuild index c3edf7d34d2d..ea41cbbeb21c 100644 --- a/net-misc/openssh-contrib/openssh-contrib-9.5_p1.ebuild +++ b/net-misc/openssh-contrib/openssh-contrib-9.5_p1.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 @@ -100,7 +100,7 @@ RDEPEND="${RDEPEND} " # Weird dep construct for newer gcc-config for bug #872416 BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig || ( >=sys-devel/gcc-config-2.6 diff --git a/net-misc/openssh/openssh-9.6_p1-r1.ebuild b/net-misc/openssh/openssh-9.6_p1-r1.ebuild index 4d58b7dae9d2..9e122cab62d8 100644 --- a/net-misc/openssh/openssh-9.6_p1-r1.ebuild +++ b/net-misc/openssh/openssh-9.6_p1-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 @@ -72,7 +72,7 @@ RDEPEND=" " # Weird dep construct for newer gcc-config for bug #872416 BDEPEND=" - sys-devel/autoconf + dev-build/autoconf virtual/pkgconfig || ( >=sys-devel/gcc-config-2.6 diff --git a/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild b/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild index 1052213afb74..d415f84d034c 100644 --- a/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild +++ b/net-nds/389-ds-base/389-ds-base-1.4.4.19-r4.ebuild @@ -111,7 +111,7 @@ CRATES=" zeroize_derive-1.3.1 " -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend @@ -164,7 +164,7 @@ DEPEND=" virtual/libcrypt:= " -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig ${PYTHON_DEPS} $(python_gen_cond_dep ' diff --git a/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild b/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild index d37959e4b7f4..bda4c3d45c68 100644 --- a/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild +++ b/net-nds/389-ds-base/389-ds-base-2.1.0-r4.ebuild @@ -111,7 +111,7 @@ CRATES=" zeroize_derive-1.3.1 " -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend @@ -161,7 +161,7 @@ DEPEND=" virtual/libcrypt:= " -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig ${PYTHON_DEPS} $(python_gen_cond_dep ' diff --git a/net-nds/389-ds-base/389-ds-base-2.3.2.ebuild b/net-nds/389-ds-base/389-ds-base-2.3.2.ebuild index 86c901c1ea05..044674e9752a 100644 --- a/net-nds/389-ds-base/389-ds-base-2.3.2.ebuild +++ b/net-nds/389-ds-base/389-ds-base-2.3.2.ebuild @@ -93,7 +93,7 @@ CRATES=" zeroize_derive-1.3.3 " -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools @@ -148,7 +148,7 @@ DEPEND=" virtual/libcrypt:= " -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig ${PYTHON_DEPS} $(python_gen_cond_dep ' diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 40f3d8e84fff..5703583207b2 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -10,10 +10,10 @@ app-arch/gzip app-arch/xz-utils app-arch/tar app-shells/bash:0 +dev-build/autoconf dev-build/make net-misc/rsync net-misc/wget -sys-devel/autoconf sys-devel/automake sys-devel/libtool sys-apps/baselayout diff --git a/profiles/info_pkgs b/profiles/info_pkgs index d73d46d82471..907e1ae4e75f 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -6,7 +6,7 @@ ## portage as of 2.0.51-r5. Do not overcrowd the output please. ## app-shells/bash:0 -sys-devel/autoconf +dev-build/autoconf sys-devel/automake sys-kernel/linux-headers sys-libs/glibc diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index b449991c8bb0..6e8f84c85186 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -29,3 +29,4 @@ move sys-devel/autoconf-vanilla dev-build/autoconf-vanilla move sys-devel/autoconf-dickey dev-build/autoconf-dickey slotmove dev-build/autoconf-dickey 2.52_p20210509 2.52 move sys-devel/autoconf-archive dev-build/autoconf-archive +move sys-devel/autoconf dev-build/autoconf diff --git a/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild b/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild index aa45759413ec..b9beb2f40e95 100644 --- a/sci-libs/hdf5/hdf5-1.10.5-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.10.5-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" @@ -31,7 +31,7 @@ RDEPEND=" " DEPEND="${RDEPEND} sys-devel/libtool:2 - >=sys-devel/autoconf-2.69 + >=dev-build/autoconf-2.69 " S="${WORKDIR}/${MY_P}" diff --git a/sys-apps/hwloc/hwloc-2.6.0-r1.ebuild b/sys-apps/hwloc/hwloc-2.6.0-r1.ebuild index 9fbd4c477c6c..fcd3e9bebf0d 100644 --- a/sys-apps/hwloc/hwloc-2.6.0-r1.ebuild +++ b/sys-apps/hwloc/hwloc-2.6.0-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" @@ -33,7 +33,7 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}] DEPEND="${RDEPEND}" # 2.69-r5 for --runstatedir BDEPEND=" - >=sys-devel/autoconf-2.69-r5 + >=dev-build/autoconf-2.69-r5 virtual/pkgconfig " diff --git a/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild b/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild index 58a9f8a6769c..cf59ac1e36bb 100644 --- a/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild +++ b/sys-apps/hwloc/hwloc-2.8.0-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 @@ -36,7 +36,7 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" # 2.69-r5 for --runstatedir -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) diff --git a/sys-apps/hwloc/hwloc-2.9.0.ebuild b/sys-apps/hwloc/hwloc-2.9.0.ebuild index fb949fd83e80..96bf46020bec 100644 --- a/sys-apps/hwloc/hwloc-2.9.0.ebuild +++ b/sys-apps/hwloc/hwloc-2.9.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 @@ -36,7 +36,7 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" # 2.69-r5 for --runstatedir -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) diff --git a/sys-apps/hwloc/hwloc-2.9.1.ebuild b/sys-apps/hwloc/hwloc-2.9.1.ebuild index fc9776fc6034..e728d731b628 100644 --- a/sys-apps/hwloc/hwloc-2.9.1.ebuild +++ b/sys-apps/hwloc/hwloc-2.9.1.ebuild @@ -37,7 +37,7 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] DEPEND="${RDEPEND} valgrind? ( dev-debug/valgrind )" # 2.69-r5 for --runstatedir -BDEPEND=">=sys-devel/autoconf-2.69-r5 +BDEPEND=">=dev-build/autoconf-2.69-r5 virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) diff --git a/sys-apps/ipmitool/ipmitool-1.8.19-r1.ebuild b/sys-apps/ipmitool/ipmitool-1.8.19-r1.ebuild index 7ab087e576a4..7726154e61d3 100644 --- a/sys-apps/ipmitool/ipmitool-1.8.19-r1.ebuild +++ b/sys-apps/ipmitool/ipmitool-1.8.19-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 @@ -35,7 +35,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - >=sys-devel/autoconf-2.69-r5 + >=dev-build/autoconf-2.69-r5 virtual/os-headers openipmi? ( sys-libs/openipmi ) " diff --git a/sys-apps/ipmitool/ipmitool-1.8.19.ebuild b/sys-apps/ipmitool/ipmitool-1.8.19.ebuild index 6e5efa1a400d..3ee1253ef26a 100644 --- a/sys-apps/ipmitool/ipmitool-1.8.19.ebuild +++ b/sys-apps/ipmitool/ipmitool-1.8.19.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 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - >=sys-devel/autoconf-2.69-r5 + >=dev-build/autoconf-2.69-r5 virtual/os-headers openipmi? ( sys-libs/openipmi ) " diff --git a/sys-apps/texinfo/texinfo-7.0.3.ebuild b/sys-apps/texinfo/texinfo-7.0.3.ebuild index fcb9ea093d9e..a8f0aaa57fc4 100644 --- a/sys-apps/texinfo/texinfo-7.0.3.ebuild +++ b/sys-apps/texinfo/texinfo-7.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 # Note: if your package uses the texi2dvi utility, it must depend on the @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-devel/libtool " diff --git a/sys-apps/texinfo/texinfo-7.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.1-r1.ebuild index d88637d02478..0b5c7e66076b 100644 --- a/sys-apps/texinfo/texinfo-7.1-r1.ebuild +++ b/sys-apps/texinfo/texinfo-7.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 # Note: if your package uses the texi2dvi utility, it must depend on the @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-devel/libtool " diff --git a/sys-apps/texinfo/texinfo-9999.ebuild b/sys-apps/texinfo/texinfo-9999.ebuild index 4f348154302b..d9f05fd9dd2b 100644 --- a/sys-apps/texinfo/texinfo-9999.ebuild +++ b/sys-apps/texinfo/texinfo-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 # Note: if your package uses the texi2dvi utility, it must depend on the @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.savannah.gnu.org/git/texinfo.git" REGEN_BDEPEND=" - >=sys-devel/autoconf-2.62 + >=dev-build/autoconf-2.62 >=sys-devel/automake-1.16 sys-devel/libtool " diff --git a/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild b/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild index ae731a0451ef..9bc262282ece 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-1.11.6.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-1.11.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 @@ -21,7 +21,7 @@ RESTRICT="test !test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-10 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND=" diff --git a/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild b/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild index 67615ec94cd2..743c72c2c232 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-1.15.1.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-1.15.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 @@ -32,7 +32,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-11 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND="${RDEPEND}" diff --git a/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild b/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild index 428c328f3a7a..dc76d9825eca 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-1.16.5.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-1.16.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 EAPI=8 @@ -32,7 +32,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-11 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND="${RDEPEND}" diff --git a/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild b/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild index d6c826dc6125..0f9da03b952f 100644 --- a/sys-devel/automake-vanilla/automake-vanilla-9999.ebuild +++ b/sys-devel/automake-vanilla/automake-vanilla-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 @@ -31,7 +31,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-11 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND="${RDEPEND}" diff --git a/sys-devel/automake/automake-1.11.6-r4.ebuild b/sys-devel/automake/automake-1.11.6-r4.ebuild index e8d4e6b93eda..0270a4d6291b 100644 --- a/sys-devel/automake/automake-1.11.6-r4.ebuild +++ b/sys-devel/automake/automake-1.11.6-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 @@ -17,7 +17,7 @@ RESTRICT="test !test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-10 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND=" diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild index 78b9a56f5498..7f33ecdb8515 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-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 @@ -44,7 +44,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-11 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND="${RDEPEND}" diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index be9f101590f8..8bf54ea1706e 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-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 @@ -44,7 +44,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/perl-5.6 >=sys-devel/automake-wrapper-11 - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* sys-devel/gnuconfig " DEPEND="${RDEPEND}" diff --git a/sys-devel/libtool/libtool-2.4.7-r1.ebuild b/sys-devel/libtool/libtool-2.4.7-r1.ebuild index a098f7ae0b1d..af97aa52d36d 100644 --- a/sys-devel/libtool/libtool-2.4.7-r1.ebuild +++ b/sys-devel/libtool/libtool-2.4.7-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 @@ -28,7 +28,7 @@ IUSE="vanilla" # Pull in libltdl directly until we convert packages to the new dep. RDEPEND=" sys-devel/gnuconfig - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* >=sys-devel/automake-1.13:* >=dev-libs/libltdl-2.4.7 " diff --git a/sys-devel/libtool/libtool-2.4.7-r2.ebuild b/sys-devel/libtool/libtool-2.4.7-r2.ebuild index a2ec01d3671b..3adbc48885b0 100644 --- a/sys-devel/libtool/libtool-2.4.7-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.7-r2.ebuild @@ -28,7 +28,7 @@ IUSE="vanilla" # Pull in libltdl directly until we convert packages to the new dep. RDEPEND=" sys-devel/gnuconfig - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* >=sys-devel/automake-1.13:* " DEPEND="${RDEPEND}" diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild index ce85f708a494..e2533af5f5d2 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/sys-devel/libtool/libtool-9999.ebuild @@ -28,7 +28,7 @@ IUSE="vanilla" # Pull in libltdl directly until we convert packages to the new dep. RDEPEND=" sys-devel/gnuconfig - >=sys-devel/autoconf-2.69:* + >=dev-build/autoconf-2.69:* >=sys-devel/automake-1.13:* " DEPEND="${RDEPEND}" diff --git a/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild b/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild index d8fc0fc4f2bf..d8740e99e5cd 100644 --- a/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.2-r1.ebuild @@ -117,7 +117,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-4.3.3.ebuild b/sys-kernel/genkernel/genkernel-4.3.3.ebuild index cf1f72526126..8d3ff0c71807 100644 --- a/sys-kernel/genkernel/genkernel-4.3.3.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.3.ebuild @@ -117,7 +117,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild b/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild index 502468009dc7..4d196c32bd92 100644 --- a/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.5-r1.ebuild @@ -117,7 +117,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-4.3.5.ebuild b/sys-kernel/genkernel/genkernel-4.3.5.ebuild index b095fd9f7cfd..d314803da83d 100644 --- a/sys-kernel/genkernel/genkernel-4.3.5.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.5.ebuild @@ -117,7 +117,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-4.3.6.ebuild b/sys-kernel/genkernel/genkernel-4.3.6.ebuild index 9530d8ab1b53..1fa9c2b0ec69 100644 --- a/sys-kernel/genkernel/genkernel-4.3.6.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.6.ebuild @@ -119,7 +119,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-4.3.7.ebuild b/sys-kernel/genkernel/genkernel-4.3.7.ebuild index db62f8993395..87d1d6438cd7 100644 --- a/sys-kernel/genkernel/genkernel-4.3.7.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.7.ebuild @@ -119,7 +119,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-4.3.8.ebuild b/sys-kernel/genkernel/genkernel-4.3.8.ebuild index db62f8993395..87d1d6438cd7 100644 --- a/sys-kernel/genkernel/genkernel-4.3.8.ebuild +++ b/sys-kernel/genkernel/genkernel-4.3.8.ebuild @@ -119,7 +119,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index db62f8993395..87d1d6438cd7 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -119,7 +119,7 @@ RDEPEND="${PYTHON_DEPS} app-portage/portage-utils dev-util/gperf sys-apps/sandbox - sys-devel/autoconf + dev-build/autoconf dev-build/autoconf-archive sys-devel/automake app-alternatives/bc diff --git a/sys-process/at/at-3.2.5.ebuild b/sys-process/at/at-3.2.5.ebuild index e4fbd3d6f641..634acb9f6294 100644 --- a/sys-process/at/at-3.2.5.ebuild +++ b/sys-process/at/at-3.2.5.ebuild @@ -30,7 +30,7 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-at ) " BDEPEND=" - >=sys-devel/autoconf-2.64 + >=dev-build/autoconf-2.64 app-alternatives/yacc app-alternatives/lex " diff --git a/x11-libs/pango/pango-1.42.4-r2.ebuild b/x11-libs/pango/pango-1.42.4-r2.ebuild index 8f5fb719e41c..5cfe9f4f07d7 100644 --- a/x11-libs/pango/pango-1.42.4-r2.ebuild +++ b/x11-libs/pango/pango-1.42.4-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=6 @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig test? ( media-fonts/cantarell ) X? ( x11-base/xorg-proto ) - !<=sys-devel/autoconf-2.63:2.5 + !<=dev-build/autoconf-2.63:2.5 " PATCHES=( diff --git a/x11-themes/mate-themes/mate-themes-3.22.23.ebuild b/x11-themes/mate-themes/mate-themes-3.22.23.ebuild index 376f67183fda..3fba5bb53f03 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.23.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.23.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 @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.8:* - >=sys-devel/autoconf-2.53 + >=dev-build/autoconf-2.53 >=x11-misc/icon-naming-utils-0.8.7:0 virtual/pkgconfig " diff --git a/x11-themes/mate-themes/mate-themes-3.22.24.ebuild b/x11-themes/mate-themes/mate-themes-3.22.24.ebuild index b5c1ddb91ee8..5a5f70730c50 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.24.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.24.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=" DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.8:* - >=sys-devel/autoconf-2.53 + >=dev-build/autoconf-2.53 >=x11-misc/icon-naming-utils-0.8.7:0 virtual/pkgconfig " diff --git a/x11-wm/blackbox/blackbox-0.77-r1.ebuild b/x11-wm/blackbox/blackbox-0.77-r1.ebuild index 7757c55f873b..044a42fe4a6a 100644 --- a/x11-wm/blackbox/blackbox-0.77-r1.ebuild +++ b/x11-wm/blackbox/blackbox-0.77-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 @@ -21,7 +21,7 @@ RDEPEND="x11-libs/libXft truetype? ( media-libs/freetype )" DEPEND="${RDEPEND} x11-base/xorg-proto" -BDEPEND=">=sys-devel/autoconf-2.71 +BDEPEND=">=dev-build/autoconf-2.71 virtual/pkgconfig" S="${WORKDIR}"/blackboxwm-${PV} |