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 D361E138334 for ; Wed, 24 Oct 2018 18:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8917FE0844; Wed, 24 Oct 2018 18:27:47 +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 5DC62E0844 for ; Wed, 24 Oct 2018 18:27:46 +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 277DC335CE4 for ; Wed, 24 Oct 2018 18:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07DA542A for ; Wed, 24 Oct 2018 18:27:43 +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: <1540405418.fe8e6dcbe6e07031c9445017d99f7bda1bf655de.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkworkspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild kde-plasma/libkworkspace/libkworkspace-9999.ebuild X-VCS-Directories: kde-plasma/libkworkspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe8e6dcbe6e07031c9445017d99f7bda1bf655de X-VCS-Branch: master Date: Wed, 24 Oct 2018 18:27:43 +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: 1291518c-60d2-4625-8343-0ad44ef3031e X-Archives-Hash: 4becadb2c23a442522bb8fbcbdaa50cb commit: fe8e6dcbe6e07031c9445017d99f7bda1bf655de Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 24 17:49:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 24 18:23:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe8e6dcb 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.49.9999.ebuild | 7 +++++-- kde-plasma/libkworkspace/libkworkspace-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild index c4dc801b96..ec50706c5a 100644 --- a/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild +++ b/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Workspace library to interact with the Plasma session manager" KEYWORDS="" 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 !