diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-17 16:03:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 18:14:44 +0100 |
commit | e466d09cda7139ced984b278ad5c2133ae72a1a3 (patch) | |
tree | 80f44c5a1772c21d93f0bb80d2de3ca90f3d0189 /eclass/bazel.eclass | |
parent | dev-libs/libinput: Version bump to 1.25.0 (diff) | |
download | gentoo-e466d09cda7139ced984b278ad5c2133ae72a1a3.tar.gz gentoo-e466d09cda7139ced984b278ad5c2133ae72a1a3.tar.bz2 gentoo-e466d09cda7139ced984b278ad5c2133ae72a1a3.zip |
Move {dev-util → dev-build}/bazel
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/bazel.eclass')
-rw-r--r-- | eclass/bazel.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
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 |