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 EE35413838B for ; Sat, 20 Sep 2014 18:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3EC3E0A9E; Sat, 20 Sep 2014 18:21:07 +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 743C2E0A9E for ; Sat, 20 Sep 2014 18:21:07 +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 53C3434014B for ; Sat, 20 Sep 2014 18:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5CA98F for ; Sat, 20 Sep 2014 18:21:05 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1411237225.c64e631574d6a85a73fcaa47af47a1cac25dcc02.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c64e631574d6a85a73fcaa47af47a1cac25dcc02 X-VCS-Branch: master Date: Sat, 20 Sep 2014 18:21:05 +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: 4e6a584a-1f38-4974-bd63-686f8bf6daf4 X-Archives-Hash: df6ac48e81f4a0cda70d53fead22b6bd commit: c64e631574d6a85a73fcaa47af47a1cac25dcc02 Author: Michael Palimaka gentoo org> AuthorDate: Sat Sep 20 18:20:25 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 20 18:20:25 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c64e6315 [eclass] Require dev-qt/qttest dependency to meet QT_MINIMAL. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9b4e38b..72c2c14 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -171,7 +171,7 @@ case ${KDE_TEST} in false) ;; *) IUSE+=" test" - DEPEND+=" test? ( dev-qt/qttest:5 )" + DEPEND+=" test? ( >=dev-qt/qttest-${QT_MINIMAL}:5 )" ;; esac