From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-939234-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 828D0139694
	for <garchives@archives.gentoo.org>; Fri, 17 Mar 2017 19:37:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 808A021C082;
	Fri, 17 Mar 2017 19:37:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5F55F21C082
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Mar 2017 19:37:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4A6813415A2
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Mar 2017 19:37:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E41986BAA
	for <gentoo-commits@lists.gentoo.org>; Fri, 17 Mar 2017 19:36:58 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1489779399.63834dcc23a2a22158eeebd8add321e1a5b0eb2c.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kpimtextedit/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
X-VCS-Directories: kde-apps/kpimtextedit/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 63834dcc23a2a22158eeebd8add321e1a5b0eb2c
X-VCS-Branch: master
Date: Fri, 17 Mar 2017 19:36:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2f44ed11-a5c0-4681-8f43-2930f045a4e9
X-Archives-Hash: 5f85040d9c6b7826fff08d970b3a1ccf

commit:     63834dcc23a2a22158eeebd8add321e1a5b0eb2c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 00:30:42 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 19:36:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=63834dcc

kde-apps/kpimtextedit: Fix DEPENDs

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kpimtextedit/kpimtextedit-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
index b8d877c71e..1b9ee225d7 100644
--- a/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
+++ b/kde-apps/kpimtextedit/kpimtextedit-9999.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE="speech"
 
-DEPEND="
+RDEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -23,7 +23,6 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kio)
-	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep sonnet)
@@ -33,7 +32,9 @@ DEPEND="
 	dev-libs/grantlee:5
 	speech? ( $(add_qt_dep qtspeech) )
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	test? ( $(add_frameworks_dep ktextwidgets) )
+"
 
 RESTRICT+=" test"