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 B9057138334 for ; Wed, 24 Oct 2018 17:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFB55E08AA; Wed, 24 Oct 2018 17:53:34 +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 828D4E08AA for ; Wed, 24 Oct 2018 17:53:34 +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 29F08335C8D for ; Wed, 24 Oct 2018 17:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DCA042A for ; Wed, 24 Oct 2018 17:53:25 +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: <1540403580.d4dc64d39db25e69b87f508350be4446ead5ba91.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libkworkspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/libkworkspace/libkworkspace-5.14.2.ebuild X-VCS-Directories: kde-plasma/libkworkspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4dc64d39db25e69b87f508350be4446ead5ba91 X-VCS-Branch: master Date: Wed, 24 Oct 2018 17:53: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: ad842e4a-92db-47c0-9781-b0d3f1a8ecce X-Archives-Hash: b2b586906e7c6794072dc09a60b6d4b5 commit: d4dc64d39db25e69b87f508350be4446ead5ba91 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 24 17:49:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 24 17:53:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dc64d3 kde-plasma/libkworkspace: Add kde-plasma/kwin to DEPEND Closes: https://bugs.gentoo.org/669524 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/libkworkspace/libkworkspace-5.14.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kde-plasma/libkworkspace/libkworkspace-5.14.2.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.14.2.ebuild index 8c7ef5997ee..dac6b01edb2 100644 --- a/kde-plasma/libkworkspace/libkworkspace-5.14.2.ebuild +++ b/kde-plasma/libkworkspace/libkworkspace-5.14.2.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma session manager" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kwindowsystem) @@ -26,7 +26,10 @@ DEPEND=" x11-libs/libX11 x11-libs/libXau " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + $(add_plasma_dep kwin) +" +RDEPEND="${COMMON_DEPEND} !kde-plasma/libkworkspace:4 !