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 6816C139694 for ; Sat, 6 May 2017 11:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1EAE0D6C; Sat, 6 May 2017 11:15:41 +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 99E2DE0D6C for ; Sat, 6 May 2017 11:15:41 +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 AB2E63416D0 for ; Sat, 6 May 2017 11:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E700742F for ; Sat, 6 May 2017 11:15:39 +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: <1494069279.c255e1c464c1f6e70a4f2ea36f3419ae4f4103e9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c255e1c464c1f6e70a4f2ea36f3419ae4f4103e9 X-VCS-Branch: master Date: Sat, 6 May 2017 11:15:39 +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: 142eff24-0905-4a5c-9289-c19305daf696 X-Archives-Hash: bd24bc3c3cd055ddf5499f5d4df94360 commit: c255e1c464c1f6e70a4f2ea36f3419ae4f4103e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 6 11:14:39 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 6 11:14:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c255e1c4 kde-apps/kio-extras: Drop unused DEPEND Upstream commit b0b12086e78665dc266205576979d86def9b634b Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/kio-extras/kio-extras-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index c8d16c456a..191be978eb 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -21,7 +21,6 @@ COMMON_DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kdnssd) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n)