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:
Alex Crawford
2017-08-24 16:36:07 -07:00
committed by Doug Goldstein
parent cfef728c96
commit ec566be10a

View File

@@ -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