projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d63ee8
)
dev-util/cmake: fix undo cmake eclass modifications in 3.13.5 too
author
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 4 Jul 2019 18:17:24 +0000
(20:17 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 4 Jul 2019 19:36:07 +0000
(21:36 +0200)
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-util/cmake/cmake-3.13.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/cmake/cmake-3.13.5.ebuild
b/dev-util/cmake/cmake-3.13.5.ebuild
index 34b8a855e623915ba9b6e708beba5ba84ab77746..0b3968ce18a0b017f31242b6233fd892998a8902 100644
(file)
--- 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