mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-lang/rust: add dependency on cmake
Without this, CMake isn't necessarily the correct version or isn't
installed at all. An error similar to the following will result:
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
CMake 3.4.3 or higher is required.
Closes: https://github.com/gentoo/gentoo/pull/5525
This commit is contained in:
committed by
Doug Goldstein
parent
cfef728c96
commit
ec566be10a
@@ -59,6 +59,7 @@ DEPEND="${RDEPEND}
|
||||
${PYTHON_DEPS}
|
||||
>=dev-lang/perl-5.0
|
||||
clang? ( sys-devel/clang )
|
||||
>=dev-util/cmake-3.4.3
|
||||
"
|
||||
|
||||
PDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425
|
||||
|
||||
Reference in New Issue
Block a user