From: Andreas Sturmlechner Date: Thu, 4 Jul 2019 18:17:24 +0000 (+0200) Subject: dev-util/cmake: fix undo cmake eclass modifications in 3.13.5 too X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c914076b2d7ef4d5d2987e215b1ea2d7a0bb48f;p=gentoo.git dev-util/cmake: fix undo cmake eclass modifications in 3.13.5 too Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-util/cmake/cmake-3.13.5.ebuild b/dev-util/cmake/cmake-3.13.5.ebuild index 34b8a855e623..0b3968ce18a0 100644 --- a/dev-util/cmake/cmake-3.13.5.ebuild +++ b/dev-util/cmake/cmake-3.13.5.ebuild @@ -103,7 +103,7 @@ cmake_src_bootstrap() { cmake_src_test() { # fix OutDir and SelectLibraryConfigurations tests # these are altered thanks to our eclass - sed -i -e 's:#IGNORE ::g' \ + sed -i -e 's:^#_cmake_modify_IGNORE ::g' \ "${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \ || die