commit: 0c6bc74949bf1c3ddb3b4d98dc6c6a15b78d9072
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 13:42:32 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 13:42:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6bc749
dev-util/cmake: Stick with bootsrapping when <cmake-3.4.0_rc1 is installed.
This should fix Gentoo bug #593490
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-util/cmake/cmake-3.6.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/cmake/cmake-3.6.2.ebuild
b/dev-util/cmake/cmake-3.6.2.ebuild
index afc6671..2e5926c 100644
--- a/dev-util/cmake/cmake-3.6.2.ebuild
+++ b/dev-util/cmake/cmake-3.6.2.ebuild
@@ -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