From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-931207-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 EE2EC139694
	for <garchives@archives.gentoo.org>; Mon, 13 Feb 2017 23:44:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F014E0C5A;
	Mon, 13 Feb 2017 23:44:52 +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 0D5BCE0C5A
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 23:44:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 19F2B341130
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 23:44:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AF9B146E3
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2017 23:44:49 +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: <1487029472.a362c6962feb8f87fb75fcc80b2435983f8fb19b.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwidgetsaddons/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/kwidgetsaddons/kwidgetsaddons-9999.ebuild
X-VCS-Directories: kde-frameworks/kwidgetsaddons/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: a362c6962feb8f87fb75fcc80b2435983f8fb19b
X-VCS-Branch: master
Date: Mon, 13 Feb 2017 23:44:49 +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: bb7aacdd-ce62-43aa-9c0c-83623181bfa7
X-Archives-Hash: 6e1f809fb75eb04faddcc95ed8150fe9

commit:     a362c6962feb8f87fb75fcc80b2435983f8fb19b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 23:43:31 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 23:44:32 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a362c696

kde-frameworks/kwidgetsaddons: Fix DEPENDs

Upstream commit 4d360eb8cd09fd0f1c594679ed22fc7a32117757
Reported-by: Arfrever

Package-Manager: portage-2.3.3

 kde-frameworks/kwidgetsaddons/kwidgetsaddons-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-9999.ebuild b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-9999.ebuild
index 0906de7aab..0759113afb 100644
--- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-9999.ebuild
+++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-9999.ebuild
@@ -18,5 +18,4 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	nls? ( $(add_qt_dep linguist-tools) )
-	test? ( $(add_qt_dep designer) )
 "