projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9ed18
)
qt5-build.eclass: tweak sed expression to also apply to 5.6.1 and later
author
Davide Pesavento
<pesa@gentoo.org>
Sun, 12 Jun 2016 22:50:57 +0000
(
00:50
+0200)
committer
Davide Pesavento
<pesa@gentoo.org>
Sun, 12 Jun 2016 22:50:57 +0000
(
00:50
+0200)
eclass/qt5-build.eclass
patch
|
blob
|
history
diff --git
a/eclass/qt5-build.eclass
b/eclass/qt5-build.eclass
index 9b1a4ab23bf6f1f1a3f42ff7b51bceac156ec446..5c3acd8e9e8f93d40ffd6be09149aeb34cdb766b 100644
(file)
--- a/
eclass/qt5-build.eclass
+++ b/
eclass/qt5-build.eclass
@@
-199,7
+199,7
@@
qt5-build_src_prepare() {
# Respect toolchain and flags in config.tests
find config.tests/unix -name '*.test' -type f -execdir \
- sed -i -
re '/(bin\/qmake|QMAKE")/
s/-nocache //' '{}' + || die
+ sed -i -
e '
s/-nocache //' '{}' + || die
# Don't inject -msse/-mavx/... into CXXFLAGS when detecting
# compiler support for extended instruction sets (bug 552942)