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 0BF3E13838B for ; Tue, 16 Sep 2014 14:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D11BEE085C; Tue, 16 Sep 2014 14:15:19 +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 86DBAE085C for ; Tue, 16 Sep 2014 14:15:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DE4B33F7E0 for ; Tue, 16 Sep 2014 14:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1D75B58 for ; Tue, 16 Sep 2014 14:15:17 +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: <1410876020.492099778173832aa98030c2fc423995a0912893.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 492099778173832aa98030c2fc423995a0912893 X-VCS-Branch: master Date: Tue, 16 Sep 2014 14:15:17 +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: 43a895f8-baf8-426e-bfa8-97af796c290a X-Archives-Hash: d4a9a6e6f0de60637e776153993a32c0 commit: 492099778173832aa98030c2fc423995a0912893 Author: Davide Pesavento gentoo org> AuthorDate: Tue Sep 16 14:00:20 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Sep 16 14:00:20 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=49209977 [qt5-build.eclass] Exclude installed_cmake tests as well. Otherwise qmake generates a make target with unsatisfiable dependencies because the cmake subdir is excluded. make: *** No rule to make target 'cmake-make_first', needed by 'sub-installed_cmake-make_first'. Stop. --- eclass/qt5-build.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 31359c5..3607fc7 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -225,8 +225,8 @@ qt5-build_src_compile() { qt5-build_src_test() { echo ">>> Test phase [QtTest]: ${CATEGORY}/${PF}" - # '-after SUBDIRS-=cmake' disables broken tests - bug #474004 - qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake + # '-after SUBDIRS-=...' disables broken cmake tests (bug 474004) + qt5_foreach_target_subdir qt5_qmake -after SUBDIRS-=cmake SUBDIRS-=installed_cmake qt5_foreach_target_subdir emake # create a custom testrunner script that correctly sets