From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-947270-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 D2135139694
	for <garchives@archives.gentoo.org>; Mon,  1 May 2017 19:43:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CE9AB21C094;
	Mon,  1 May 2017 19:43:45 +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 AB21421C091
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 May 2017 19:43:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 72DED34165C
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 May 2017 19:43:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A8E2E743E
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 May 2017 19:43:42 +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: <1493667800.0db1f662888ae9ceeb7f01de308da8b9339d4149.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/sweeper/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/sweeper/sweeper-5.9999.ebuild
X-VCS-Directories: kde-apps/sweeper/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0db1f662888ae9ceeb7f01de308da8b9339d4149
X-VCS-Branch: master
Date: Mon,  1 May 2017 19:43:42 +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: 14a0a714-ae6b-4e55-bfd0-38eb5d67d9ea
X-Archives-Hash: 656d0978211b6ee32266c0e64d67a4a3

commit:     0db1f662888ae9ceeb7f01de308da8b9339d4149
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 19:40:34 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May  1 19:43:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0db1f662

kde-apps/sweeper: Add missing Qt DEPEND, fix DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/sweeper/sweeper-5.9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/sweeper/sweeper-5.9999.ebuild b/kde-apps/sweeper/sweeper-5.9999.ebuild
index 3c707309bf..facb99a1b6 100644
--- a/kde-apps/sweeper/sweeper-5.9999.ebuild
+++ b/kde-apps/sweeper/sweeper-5.9999.ebuild
@@ -7,24 +7,26 @@ KDE_HANDBOOK="forceoptional"
 EGIT_BRANCH="frameworks"
 inherit kde5
 
-DESCRIPTION="KDE Privacy Settings Widget"
+DESCRIPTION="Privacy settings widget to clean unwanted traces on the system"
 HOMEPAGE="https://www.kde.org/applications/utilities/sweeper
 https://utils.kde.org/projects/sweeper"
+
 KEYWORDS=""
 IUSE=""
 
 DEPEND="
 	$(add_frameworks_dep kbookmarks)
-	$(add_frameworks_dep kcrash)
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
 	$(add_frameworks_dep ki18n)
 	$(add_frameworks_dep kio)
 	$(add_frameworks_dep ktextwidgets)
 	$(add_frameworks_dep kwidgetsaddons)
 	$(add_frameworks_dep kxmlgui)
 	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 	$(add_qt_dep qtxml)
 "