From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1043349-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 67019138334
	for <garchives@archives.gentoo.org>; Tue, 21 Aug 2018 15:36:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3FBD8E0825;
	Tue, 21 Aug 2018 15:36:54 +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 146EFE0825
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Aug 2018 15:36:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 374C2335D47
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Aug 2018 15:36:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 74B6F395
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Aug 2018 15:36:50 +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: <1534865795.473de5a4d21ab5e99c84597f297e9f98ad6a2dd3.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/dolphin/dolphin-9999.ebuild
X-VCS-Directories: kde-apps/dolphin/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 473de5a4d21ab5e99c84597f297e9f98ad6a2dd3
X-VCS-Branch: master
Date: Tue, 21 Aug 2018 15:36:50 +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: bc981169-efa6-44d4-99e9-b9ff78529d30
X-Archives-Hash: 19e499172b5f744db08e9da713cc4f27

commit:     473de5a4d21ab5e99c84597f297e9f98ad6a2dd3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 15:36:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 15:36:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=473de5a4

kde-apps/dolphin: Drop kdelibs4support if !semantic-desktop

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 kde-apps/dolphin/dolphin-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild
index 71ed7edb10..b825ed7b57 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -48,9 +48,6 @@ DEPEND="
 		$(add_frameworks_dep kfilemetadata)
 		$(add_kdeapps_dep baloo-widgets)
 	)
-	!semantic-desktop? (
-		$(add_frameworks_dep kdelibs4support)
-	)
 "
 RDEPEND="${DEPEND}
 	$(add_kdeapps_dep kio-extras)