From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 68C2A13877A for ; Sat, 28 Jun 2014 23:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 670D1E07D3; Sat, 28 Jun 2014 23:56:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0475FE07D3 for ; Sat, 28 Jun 2014 23:56:16 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FD833400C1 for ; Sat, 28 Jun 2014 23:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BD40C192C1 for ; Sat, 28 Jun 2014 23:56:14 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1403999735.fa3dbe9a2e41a45824a183e5c20ae8dddda9540e.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: fa3dbe9a2e41a45824a183e5c20ae8dddda9540e X-VCS-Branch: master Date: Sat, 28 Jun 2014 23:56:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5055e2b9-a4f9-4b09-a5f8-1c7085067f22 X-Archives-Hash: 129ec58ac1d4aba4fd70540698cebca4 commit: fa3dbe9a2e41a45824a183e5c20ae8dddda9540e Author: Davide Pesavento gentoo org> AuthorDate: Sat Jun 28 23:55:35 2014 +0000 Commit: Davide Pesavento gentoo 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