Skip to content

Commit

Permalink
dev-util/cmake: Stick with bootsrapping when <cmake-3.4.0_rc1 is inst…
Browse files Browse the repository at this point in the history
…alled.

This should fix Gentoo bug #593490

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Sep 11, 2016
1 parent c2c2ed3 commit 0c6bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/cmake/cmake-3.6.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ src_prepare() {
-e "s|@GENTOO_PORTAGE_GCCLIBDIR@|${EPREFIX}/usr/${CHOST}/lib/|g" \
-e "s|@GENTOO_PORTAGE_EPREFIX@|${EPREFIX}/|g" \
Modules/Platform/{UnixPaths,Darwin}.cmake || die "sed failed"
if ! has_version ${CATEGORY}/${PN}; then
if ! has_version \>=${CATEGORY}/${PN}-3.4.0_rc1 ; then
CMAKE_BINARY="${S}/Bootstrap.cmk/cmake"
cmake_src_bootstrap
fi
Expand Down

0 comments on commit 0c6bc74

Please sign in to comment.