Skip to content

Commit

Permalink
kde4-base.eclass: Fix test phase with virtual X and EAPI 6
Browse files Browse the repository at this point in the history
Migrate to virtx function as old virtualmake is banned in EAPI 6, which
makes test phase fail for eclass consumers require virtual X.
  • Loading branch information
johu committed Jun 1, 2016
1 parent 73560ea commit 29fe87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kde4-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ kde4-base_src_test() {
debug-print " kde4-base.eclass docs for details... Applying workaround."
_test_runner
else
VIRTUALX_COMMAND="_test_runner" virtualmake
virtx _test_runner
fi
else
_test_runner
Expand Down

0 comments on commit 29fe87c

Please sign in to comment.