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 8B15213989D for ; Wed, 26 Aug 2015 12:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E719E0891; Wed, 26 Aug 2015 12:44:29 +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 D986BE0891 for ; Wed, 26 Aug 2015 12:44:28 +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 03FE73408C5 for ; Wed, 26 Aug 2015 12:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C64F121 for ; Wed, 26 Aug 2015 12:44:25 +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: <1440593050.c3213b92ef60d3338e420a5c7f5249e0d221339a.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-15.08.0.ebuild kde-apps/dolphin/dolphin-15.08.49.9999.ebuild kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c3213b92ef60d3338e420a5c7f5249e0d221339a X-VCS-Branch: master Date: Wed, 26 Aug 2015 12:44:25 +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: a763c261-cbf5-441c-b46c-d69fda5d02ed X-Archives-Hash: 40791690bcc2f948e92e37d56f3c8f08 commit: c3213b92ef60d3338e420a5c7f5249e0d221339a Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 26 12:43:56 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 26 12:44:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3213b92 kde-apps/dolphin: remove unused dependency. KF5Activities is search for, but never actually used. src/dolphinviewcontainer.cpp incorrectly checks for KActivities_FOUND instead of KF5Activities_FOUND so the code is never enabled. Package-Manager: portage-2.2.20.1 kde-apps/dolphin/dolphin-15.08.0.ebuild | 1 - kde-apps/dolphin/dolphin-15.08.49.9999.ebuild | 1 - kde-apps/dolphin/dolphin-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.08.0.ebuild b/kde-apps/dolphin/dolphin-15.08.0.ebuild index e2bf542..6dabf46 100644 --- a/kde-apps/dolphin/dolphin-15.08.0.ebuild +++ b/kde-apps/dolphin/dolphin-15.08.0.ebuild @@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86" IUSE="semantic-desktop thumbnail" DEPEND=" - $(add_frameworks_dep kactivities) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcodecs) diff --git a/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild index 61acee8..0e90513 100644 --- a/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild @@ -16,7 +16,6 @@ KEYWORDS="" IUSE="semantic-desktop thumbnail" DEPEND=" - $(add_frameworks_dep kactivities) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcodecs) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 61acee8..0e90513 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -16,7 +16,6 @@ KEYWORDS="" IUSE="semantic-desktop thumbnail" DEPEND=" - $(add_frameworks_dep kactivities) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcodecs)