diff options
author | Sam James <sam@gentoo.org> | 2024-01-14 19:39:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 19:39:32 +0000 |
commit | 2d305f05cd43b62894328f9b30a46d6118b40c52 (patch) | |
tree | 6e034521e9ffc52e350e484ca6411a12c96cf628 | |
parent | media-libs/zvbi: app-doc/doxygen -> app-text/doxygen (diff) | |
download | musl-2d305f05cd43b62894328f9b30a46d6118b40c52.tar.gz musl-2d305f05cd43b62894328f9b30a46d6118b40c52.tar.bz2 musl-2d305f05cd43b62894328f9b30a46d6118b40c52.zip |
dev-lang/rust: dev-util/cmake -> dev-build/cmake
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/rust/rust-1.60.0.ebuild | 2 | ||||
-rw-r--r-- | 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 ) |