commit:     4d4d7cbdafa4534f4520d59a793991f083e24c78
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 19:38:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 19:38:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d4d7cbd

cmake.eclass: dev-util/cmake -> dev-build/cmake

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/cmake.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index f0cc0ce000..1707836864 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -144,7 +144,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in
 esac
 
 if [[ ${PN} != cmake ]]; then
-       BDEPEND+=" >=dev-util/cmake-3.20.5"
+       BDEPEND+=" >=dev-build/cmake-3.20.5"
 fi
 
 # @FUNCTION: cmake_run_in

Reply via email to