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 7D0F61389E2 for ; Fri, 26 Dec 2014 09:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C936E0AF2; Fri, 26 Dec 2014 09:45:41 +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 CFF37E0AF2 for ; Fri, 26 Dec 2014 09:45:40 +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 DE50A33F9D2 for ; Fri, 26 Dec 2014 09:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83689D66D for ; Fri, 26 Dec 2014 09:45:36 +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: <1419584996.678b008040db96a744344932effc730d78ab9f8e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevplatform/kdevplatform-9999.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 678b008040db96a744344932effc730d78ab9f8e X-VCS-Branch: master Date: Fri, 26 Dec 2014 09:45:36 +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: fcaa1820-f065-4640-91fd-d3f8ea230727 X-Archives-Hash: b9eb3b115a8356acba5c1263ab47d539 commit: 678b008040db96a744344932effc730d78ab9f8e Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 26 09:09:56 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 09:09:56 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=678b0080 [dev-util/kdevplatform] qttest is only required at build time. Package-Manager: portage-2.2.15 --- dev-util/kdevplatform/kdevplatform-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild index 067dbcf..9ab8557 100644 --- a/dev-util/kdevplatform/kdevplatform-9999.ebuild +++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild @@ -56,12 +56,12 @@ COMMON_DEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtquick1:5 - dev-qt/qttest:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 " DEPEND="${COMMON_DEPEND} + dev-qt/qttest:5 classbrowser? ( dev-libs/boost ) " RDEPEND="${COMMON_DEPEND}