commit:     1c914076b2d7ef4d5d2987e215b1ea2d7a0bb48f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 18:17:24 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 19:36:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c914076

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 <asturm <AT> gentoo.org>

 dev-util/cmake/cmake-3.13.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cmake/cmake-3.13.5.ebuild 
b/dev-util/cmake/cmake-3.13.5.ebuild
index 34b8a855e62..0b3968ce18a 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
 

Reply via email to