Move {dev-util → dev-build}/meson-format-array

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-01-13 19:03:46 +01:00
parent d5c87bed34
commit db90c39387
7 changed files with 7 additions and 6 deletions

View File

@@ -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
EAPI=8
@@ -36,7 +36,7 @@ DEPEND="
"
BDEPEND="
dev-util/meson-format-array
dev-build/meson-format-array
virtual/pkgconfig
"

View File

@@ -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
EAPI=8
@@ -36,7 +36,7 @@ DEPEND="
"
BDEPEND="
dev-util/meson-format-array
dev-build/meson-format-array
virtual/pkgconfig
"

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@@ -45,7 +45,7 @@ inherit multiprocessing ninja-utils python-utils-r1 toolchain-funcs
BDEPEND=">=dev-util/meson-1.2.1
${NINJA_DEPEND}
dev-util/meson-format-array
dev-build/meson-format-array
"
# @ECLASS_VARIABLE: BUILD_DIR

View File

@@ -17,3 +17,4 @@ move sys-devel/bmake dev-build/bmake
move sys-devel/pmake dev-build/pmake
move sys-devel/remake dev-build/remake
move dev-util/valgrind dev-debug/valgrind
move dev-util/meson-format-array dev-build/meson-format-array