commit: fa3dbe9a2e41a45824a183e5c20ae8dddda9540e Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Sat Jun 28 23:55:35 2014 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sat Jun 28 23:55:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fa3dbe9a
[qt4-build-multilib] Remove special case for qtmultimedia. Doesn't seem to be needed anymore. --- eclass/qt4-build-multilib.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index c4a5562..6b34c46 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -407,9 +407,6 @@ qt4-build-multilib_src_test() { } multilib_src_test() { - # QtMultimedia does not have any test suite (bug #332299) - [[ ${PN} == qtmultimedia ]] && return - qt4_prepare_env qt4_foreach_target_subdir emake -j1 check