Skip to content

Commit

Permalink
dev-qt/qt-creator: Fix sed in src_prepare()
Browse files Browse the repository at this point in the history
We disable unreliable tests by using sed magic, and one of the files
(and directories) related to this was renamed from 'timeline' to 'tracing'.

http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=734611131dc20283b118353130bdd5e16ce0aeaf

Closes: gentoo#8454
Package-Manager: Portage-2.3.38, Repoman-2.3.9
  • Loading branch information
Chiitoo authored and Pesa committed May 20, 2018
1 parent c0e40e7 commit affd2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ src_prepare() {
sed -i -e '/sdktool/ d' tests/auto/auto.pro || die
sed -i -e '/\(dumpers\|offsets\)\.pro/ d' tests/auto/debugger/debugger.pro || die
sed -i -e '/CONFIG -=/ s/$/ testcase/' tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || die
sed -i -e '/timeline\(items\|notes\|selection\)renderpass/ d' tests/auto/timeline/timeline.pro || die
sed -i -e '/timeline\(items\|notes\|selection\)renderpass/ d' tests/auto/tracing/tracing.pro || die
sed -i -e 's/\<memcheck\>//' tests/auto/valgrind/valgrind.pro || die

# fix path to some clang headers
Expand Down

0 comments on commit affd2f5

Please sign in to comment.