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 9D280139694 for ; Mon, 24 Apr 2017 22:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF5D5E0CEA; Mon, 24 Apr 2017 22:31:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CF2C7E0CEA for ; Mon, 24 Apr 2017 22:31:12 +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 9A6FE340BEA for ; Mon, 24 Apr 2017 22:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD70B7432 for ; Mon, 24 Apr 2017 22:31:09 +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: <1493072862.4b0438ec832c9f73e629b792984bd9a58c238949.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kspaceduel/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kspaceduel/kspaceduel-5.9999.ebuild X-VCS-Directories: kde-apps/kspaceduel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4b0438ec832c9f73e629b792984bd9a58c238949 X-VCS-Branch: master Date: Mon, 24 Apr 2017 22:31:09 +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: 0ca13918-e32d-4124-8611-8441e6cef3d0 X-Archives-Hash: 2bd7c01402184e5fe8555bbd0f6e3ab0 commit: 4b0438ec832c9f73e629b792984bd9a58c238949 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 24 22:27:42 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 24 22:27:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b0438ec kde-apps/kspaceduel: Drop unused DEPEND Upstream commit 4d7d936133c95cb242fb35eca5b78abe7738102b Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kspaceduel/kspaceduel-5.9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/kspaceduel/kspaceduel-5.9999.ebuild b/kde-apps/kspaceduel/kspaceduel-5.9999.ebuild index ac70a83576..2fb9e1729c 100644 --- a/kde-apps/kspaceduel/kspaceduel-5.9999.ebuild +++ b/kde-apps/kspaceduel/kspaceduel-5.9999.ebuild @@ -23,7 +23,6 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kxmlgui) $(add_kdeapps_dep libkdegames)