From 5cbf14acf23c82626389931f64cfe3ef12a1c29f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2024 12:58:45 +0000 Subject: gentoo auto-resync : 08:01:2024 - 12:58:45 --- eclass/Manifest.gz | Bin 38928 -> 38919 bytes eclass/kernel-2.eclass | 8 ++++---- eclass/kernel-build.eclass | 6 +++--- eclass/ninja-utils.eclass | 6 +++--- eclass/toolchain.eclass | 4 ++-- eclass/unpacker.eclass | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 1c23b67b32ef..f4b4c102f2f9 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 5ecd97c173ff..786b78958200 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.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: kernel-2.eclass @@ -653,11 +653,11 @@ kernel_is() { # Capture the sources type and set DEPENDs if [[ ${ETYPE} == sources ]]; then RDEPEND="!build? ( - app-arch/cpio + app-alternatives/cpio dev-lang/perl - sys-devel/bc + app-alternatives/bc sys-devel/bison - sys-devel/flex + app-alternatives/lex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index 391a99ceffce..841981a6ad45 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -37,9 +37,9 @@ inherit multiprocessing python-any-r1 savedconfig toolchain-funcs kernel-install BDEPEND=" ${PYTHON_DEPS} - app-arch/cpio - sys-devel/bc - sys-devel/flex + app-alternatives/cpio + app-alternatives/bc + app-alternatives/lex virtual/libelf app-alternatives/yacc arm? ( sys-apps/dtc ) diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass index 8b42c5849522..f07c7d410987 100644 --- a/eclass/ninja-utils.eclass +++ b/eclass/ninja-utils.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: ninja-utils.eclass @@ -8,11 +8,11 @@ # Michał Górny # Mike Gilbert # @SUPPORTED_EAPIS: 7 8 -# @BLURB: common bits to run dev-util/ninja builder +# @BLURB: common bits to run app-alternatives/ninja builder # @DESCRIPTION: # This eclass provides a single function -- eninja -- that can be used # to run the ninja builder alike emake. It does not define any -# dependencies, you need to depend on dev-util/ninja yourself. Since +# dependencies, you need to depend on app-alternatives/ninja yourself. Since # ninja is rarely used stand-alone, most of the time this eclass will # be used indirectly by the eclasses for other build systems (CMake, # Meson). diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 60769c93877f..6ac5f97b114a 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.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: toolchain.eclass @@ -304,7 +304,7 @@ fi BDEPEND=" >=sys-devel/bison-1.875 - >=sys-devel/flex-2.5.4 + >=app-alternatives/lex-2.5.4 nls? ( sys-devel/gettext ) test? ( >=dev-util/dejagnu-1.4.4 diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 652527b52ec6..2957ca02d3f4 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.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: unpacker.eclass @@ -609,7 +609,7 @@ unpacker_src_uri_depends() { for uri in "$@" ; do case ${uri,,} in *.cpio.*|*.cpio) - deps[cpio]="app-arch/cpio" ;; + deps[cpio]="app-alternatives/cpio" ;; *.rar) deps[rar]="app-arch/unrar" ;; *.7z) -- cgit v1.2.3