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 64F35138334 for ; Thu, 8 Nov 2018 23:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5540EE0B51; Thu, 8 Nov 2018 23:01:59 +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 2D25CE0B51 for ; Thu, 8 Nov 2018 23:01:59 +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 76B7E335CCB for ; Thu, 8 Nov 2018 23:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07EA45E for ; Thu, 8 Nov 2018 23:01:55 +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: <1541718105.49250899a1c67a4ab7bfe320a5e286ca69c8953c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49250899a1c67a4ab7bfe320a5e286ca69c8953c X-VCS-Branch: master Date: Thu, 8 Nov 2018 23:01:55 +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: 89249569-f54c-443f-b486-ad428bf028d2 X-Archives-Hash: 5620430c199187c7adf4295d9ac3d93e commit: 49250899a1c67a4ab7bfe320a5e286ca69c8953c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 8 22:33:54 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 8 23:01:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49250899 kde-plasma/plasma-workspace: Move kde-frameworks/kded to DEPEND Upstream commit c8ed48fc1a2a4903fbfc6989c9afc18d8019ddb0 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 543144eabe..7b96ecd714 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -25,6 +25,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kded) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kglobalaccel) $(add_frameworks_dep kguiaddons) @@ -89,7 +90,6 @@ DEPEND="${COMMON_DEPEND} x11-base/xorg-proto " RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kded) $(add_frameworks_dep kdesu) $(add_kdeapps_dep kio-extras) $(add_plasma_dep ksysguard)