--- gentoo/dev-util/cmake/cmake-2.8.10.2-r2.ebuild 2013-04-30 02:31:14.000000000 +0100 +++ local/dev-util/cmake/cmake-2.8.10.2-r2.ebuild 2013-05-02 22:26:12.000000000 +0100 @@ -83,9 +83,11 @@ } cmake_src_test() { - # fix OutDir test - # this is altered thanks to our eclass - sed -i -e 's:#IGNORE ::g' "${S}"/Tests/OutDir/CMakeLists.txt || die + # fix OutDir and SelectLibraryConfigurations tests + # these are altered thanks to our eclass + sed -i -e 's:#IGNORE ::g' \ + "${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \ + || die pushd "${CMAKE_BUILD_DIR}" > /dev/null