From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Smnu6-0002H1-LK for garchives@archives.gentoo.org; Thu, 05 Jul 2012 15:23:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37F1E0539; Thu, 5 Jul 2012 15:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8848BE0539 for ; Thu, 5 Jul 2012 15:23:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED46A1B404F for ; Thu, 5 Jul 2012 15:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17FA9E5440 for ; Thu, 5 Jul 2012 15:23:23 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1341501743.432866e9a72287a7ac9452eb6a97d9ee4217bcc8.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: 432866e9a72287a7ac9452eb6a97d9ee4217bcc8 X-VCS-Branch: master Date: Thu, 5 Jul 2012 15:23:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fca2cc14-ea0f-412f-a01e-735edbb11e3d X-Archives-Hash: 014723fb62da1cf5d314b120ff12c55c commit: 432866e9a72287a7ac9452eb6a97d9ee4217bcc8 Author: Davide Pesavento gmail com> AuthorDate: Thu Jul 5 15:22:23 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Jul 5 15:22:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D432866e9 [qt5-build.eclass] Enable qt-core tests. --- eclass/qt5-build.eclass | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 477988a..23cf40a 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -54,7 +54,7 @@ DEPEND=3D"virtual/pkgconfig" if [[ ${QT5_BUILD_TYPE} =3D=3D "live" ]]; then DEPEND+=3D" dev-lang/perl" fi -if [[ ${PN} !=3D "qt-core" && ${PN} !=3D "qt-test" ]]; then +if [[ ${PN} !=3D "qt-test" ]]; then DEPEND+=3D" test? ( ~x11-libs/qt-test-${PV}[debug=3D] )" fi =20 @@ -285,10 +285,8 @@ qt5-build_src_compile() { # @FUNCTION: qt5-build_src_test # @DESCRIPTION: # Runs tests in target directories. +# TODO: find a way to avoid circular deps with USE=3Dtest. qt5-build_src_test() { - # TODO: find a way to avoid a circular dep between qt-core and qt-test - [[ ${PN} =3D=3D "qt-core" ]] && return - # create a custom testrunner script that correctly sets # {,DY}LD_LIBRARY_PATH before executing the given test local testrunner=3D${QT5_BUILD_DIR}/gentoo-testrunner