Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Thu, 04 Jul 2019 19:40:26
Message-Id: 1562268967.1c914076b2d7ef4d5d2987e215b1ea2d7a0bb48f.asturm@gentoo
1 commit: 1c914076b2d7ef4d5d2987e215b1ea2d7a0bb48f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 4 18:17:24 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 4 19:36:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c914076
7
8 dev-util/cmake: fix undo cmake eclass modifications in 3.13.5 too
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/cmake/cmake-3.13.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/cmake/cmake-3.13.5.ebuild b/dev-util/cmake/cmake-3.13.5.ebuild
17 index 34b8a855e62..0b3968ce18a 100644
18 --- a/dev-util/cmake/cmake-3.13.5.ebuild
19 +++ b/dev-util/cmake/cmake-3.13.5.ebuild
20 @@ -103,7 +103,7 @@ cmake_src_bootstrap() {
21 cmake_src_test() {
22 # fix OutDir and SelectLibraryConfigurations tests
23 # these are altered thanks to our eclass
24 - sed -i -e 's:#IGNORE ::g' \
25 + sed -i -e 's:^#_cmake_modify_IGNORE ::g' \
26 "${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \
27 || die