summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-08 12:58:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-08 12:58:45 +0000
commit5cbf14acf23c82626389931f64cfe3ef12a1c29f (patch)
treede93b0b9ae374935f2ddf615d19a837b6a6a0822 /eclass
parent1fbaf1314579f2155166bebd1ddfe6131d400807 (diff)
gentoo auto-resync : 08:01:2024 - 12:58:45
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin38928 -> 38919 bytes
-rw-r--r--eclass/kernel-2.eclass8
-rw-r--r--eclass/kernel-build.eclass6
-rw-r--r--eclass/ninja-utils.eclass6
-rw-r--r--eclass/toolchain.eclass4
-rw-r--r--eclass/unpacker.eclass4
6 files changed, 14 insertions, 14 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 1c23b67b32ef..f4b4c102f2f9 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files 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 <mgorny@gentoo.org>
# Mike Gilbert <floppym@gentoo.org>
# @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)