Move {dev-util → dev-build}/cmake-fedora

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2024-01-13 21:16:31 +01:00
parent 71ef3bba03
commit 7c4b3b1a58
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
6 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -25,7 +25,7 @@ RDEPEND="app-i18n/ibus
x11-libs/libX11
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/cmake-fedora
BDEPEND="dev-build/cmake-fedora
virtual/pkgconfig
nls? ( sys-devel/gettext )"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -18,7 +18,7 @@ IUSE=""
RDEPEND="app-i18n/ibus-table"
DEPEND="${RDEPEND}
dev-util/cmake-fedora"
dev-build/cmake-fedora"
src_configure() {
local mycmakeargs=(

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

View File

@ -19,3 +19,4 @@ 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
move dev-util/meson dev-build/meson
move dev-util/cmake-fedora dev-build/cmake-fedora