From 08c5e4df7a4b66ba8dbb827ca2e3a973d4f19ab0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Jan 2024 20:06:58 +0000 Subject: gentoo auto-resync : 17:01:2024 - 20:06:58 --- eclass/Manifest.gz | Bin 38955 -> 38963 bytes eclass/bazel.eclass | 6 +++--- eclass/gnome2.eclass | 4 ++-- eclass/scons-utils.eclass | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index bc33dc43e9fa..b155e9f97578 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz 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 -- cgit v1.2.3