summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-17 20:06:58 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-17 20:06:58 +0000
commit08c5e4df7a4b66ba8dbb827ca2e3a973d4f19ab0 (patch)
tree347af25df153363454776e1fe95fc4e8100a7e7d /eclass
parentfc6e577018dec28e18904f9ad5c1417976e3c728 (diff)
gentoo auto-resync : 17:01:2024 - 20:06:58
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin38955 -> 38963 bytes
-rw-r--r--eclass/bazel.eclass6
-rw-r--r--eclass/gnome2.eclass4
-rw-r--r--eclass/scons-utils.eclass8
4 files changed, 9 insertions, 9 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index bc33dc43e9fa..b155e9f97578 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/bazel.eclass b/eclass/bazel.eclass
index 9d4dfd881d2b..bdf61fa34e93 100644
--- a/eclass/bazel.eclass
+++ b/eclass/bazel.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: bazel.eclass
@@ -23,8 +23,8 @@ _BAZEL_ECLASS=1
inherit multiprocessing toolchain-funcs
-if [[ ${CATEGORY}/${PN} != "dev-util/bazel" ]]; then
- BDEPEND=">=dev-util/bazel-0.20"
+if [[ ${CATEGORY}/${PN} != "dev-build/bazel" ]]; then
+ BDEPEND=">=dev-build/bazel-0.20"
fi
# @ECLASS_VARIABLE: BAZEL_BINARY
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 37fbb94e55cd..00188fd7889c 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.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: gnome2.eclass
@@ -79,7 +79,7 @@ gnome2_src_configure() {
local g2conf=()
# We consider packages installing gtk-doc to be handled by adding
- # DEPEND="dev-util/gtk-doc-am" which provides tools to relink URLs in
+ # DEPEND="dev-build/gtk-doc-am" which provides tools to relink URLs in
# documentation to already installed documentation. This decision also
# greatly helps with constantly broken doc generation.
# Remember to drop 'doc' USE flag from your package if it was only used to
diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass
index 8d0076de97ec..b8663d34b1a2 100644
--- a/eclass/scons-utils.eclass
+++ b/eclass/scons-utils.eclass
@@ -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
# @ECLASS: scons-utils.eclass
@@ -8,9 +8,9 @@
# @BLURB: helper functions to deal with SCons buildsystem
# @DESCRIPTION:
# This eclass provides a set of function to help developers sanely call
-# dev-util/scons and pass parameters to it.
+# dev-build/scons and pass parameters to it.
#
-# As of dev-util/scons-3.0.1-r100, SCons supports Python 3. Since
+# As of dev-build/scons-3.0.1-r100, SCons supports Python 3. Since
# SCons* files in build systems are written as Python, all packages
# need to explicitly verify which versions of Python are supported
# and use appropriate Python suite eclass to select the implementation.
@@ -93,7 +93,7 @@ inherit multiprocessing
# -- ebuild variables setup --
-SCONS_DEPEND=">=dev-util/scons-${SCONS_MIN_VERSION}"
+SCONS_DEPEND=">=dev-build/scons-${SCONS_MIN_VERSION}"
if [[ ${_PYTHON_ANY_R1_ECLASS} ]]; then
# when using python-any-r1, use any-of dep API