commit: 2d305f05cd43b62894328f9b30a46d6118b40c52
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 19:39:32 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 19:39:32 2024 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=2d305f05
dev-lang/rust: dev-util/cmake -> dev-build/cmake
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/rust/rust-1.60.0.ebuild | 2 +-
dev-lang/rust/rust-1.62.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/rust/rust-1.60.0.ebuild b/dev-lang/rust/rust-1.60.0.ebuild
index 6ed18e3c..85b00e25 100644
--- a/dev-lang/rust/rust-1.60.0.ebuild
+++ b/dev-lang/rust/rust-1.60.0.ebuild
@@ -93,7 +93,7 @@ BDEPEND="${PYTHON_DEPS}
)
system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
!system-llvm? (
- >=dev-util/cmake-3.13.4
+ >=dev-build/cmake-3.13.4
dev-build/ninja
)
test? ( dev-debug/gdb )
diff --git a/dev-lang/rust/rust-1.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild
index ace3eb3e..d20a3a3b 100644
--- a/dev-lang/rust/rust-1.62.1.ebuild
+++ b/dev-lang/rust/rust-1.62.1.ebuild
@@ -93,7 +93,7 @@ BDEPEND="${PYTHON_DEPS}
)
system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
!system-llvm? (
- >=dev-util/cmake-3.13.4
+ >=dev-build/cmake-3.13.4
dev-build/ninja
)
test? ( dev-debug/gdb )