diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-17 16:08:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 18:14:49 +0100 |
commit | c1416eb91568a628e73e5c8b76759c38d5dde4ad (patch) | |
tree | cbd268817dfd568639c04d8a18831b4ffa1b0f06 /eclass/scons-utils.eclass | |
parent | Move {sys-devel → dev-build}/cons (diff) | |
download | gentoo-c1416eb91568a628e73e5c8b76759c38d5dde4ad.tar.gz gentoo-c1416eb91568a628e73e5c8b76759c38d5dde4ad.tar.bz2 gentoo-c1416eb91568a628e73e5c8b76759c38d5dde4ad.zip |
Move {dev-util → dev-build}/scons
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/scons-utils.eclass')
-rw-r--r-- | eclass/scons-utils.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
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 |