Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 467720
Collapse All | Expand All

(-)gentoo/dev-util/cmake/cmake-2.8.10.2-r2.ebuild (-3 / +5 lines)
Lines 83-91 Link Here
83
}
83
}
84
84
85
cmake_src_test() {
85
cmake_src_test() {
86
	# fix OutDir test
86
	# fix OutDir and SelectLibraryConfigurations tests
87
	# this is altered thanks to our eclass
87
	# these are altered thanks to our eclass
88
	sed -i -e 's:#IGNORE ::g' "${S}"/Tests/OutDir/CMakeLists.txt || die
88
	sed -i -e 's:#IGNORE ::g' \
89
		"${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \
90
		|| die
89
91
90
	pushd "${CMAKE_BUILD_DIR}" > /dev/null
92
	pushd "${CMAKE_BUILD_DIR}" > /dev/null
91
93

Return to bug 467720