From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 BD0101396D0 for ; Sat, 26 Aug 2017 13:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A781E082F; Sat, 26 Aug 2017 13:45:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08E89E082F for ; Sat, 26 Aug 2017 13:45:06 +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 2E18B341746 for ; Sat, 26 Aug 2017 13:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E620B834F for ; Sat, 26 Aug 2017 13:45:03 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1503755073.f29d5f5234f1e9987e87cdea9212ba1ced12597c.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-9999.ebuild X-VCS-Directories: kde-apps/sweeper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f29d5f5234f1e9987e87cdea9212ba1ced12597c X-VCS-Branch: master Date: Sat, 26 Aug 2017 13:45:03 +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: 2109cf87-7d90-462d-8969-0e6f8ff18fe1 X-Archives-Hash: 07b089eb799a38fce13413dcb46c3848 commit: f29d5f5234f1e9987e87cdea9212ba1ced12597c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 25 18:29:08 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 13:44:33 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f29d5f52 kde-apps/sweeper: Frameworks merged to master Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/sweeper/sweeper-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/sweeper/sweeper-9999.ebuild b/kde-apps/sweeper/sweeper-9999.ebuild index facb99a1b6..7a506a9c6e 100644 --- a/kde-apps/sweeper/sweeper-9999.ebuild +++ b/kde-apps/sweeper/sweeper-9999.ebuild @@ -4,7 +4,6 @@ EAPI=6 KDE_HANDBOOK="forceoptional" -EGIT_BRANCH="frameworks" inherit kde5 DESCRIPTION="Privacy settings widget to clean unwanted traces on the system" @@ -15,6 +14,7 @@ KEYWORDS="" IUSE="" DEPEND=" + $(add_frameworks_dep kactivities-stats) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets)