Skip to content

Commit

Permalink
dev-lang/rust: add dependency on cmake
Browse files Browse the repository at this point in the history
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: gentoo#5525
  • Loading branch information
crawford authored and cardoe committed Sep 7, 2017
1 parent cfef728 commit ec566be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-lang/rust/rust-1.19.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec566be

Please sign in to comment.