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 CA2C71382C5 for ; Tue, 24 Apr 2018 21:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7182E0921; Tue, 24 Apr 2018 21:12:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B049CE0921 for ; Tue, 24 Apr 2018 21:12:42 +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 616E3335C2E for ; Tue, 24 Apr 2018 21:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4FA4296 for ; Tue, 24 Apr 2018 21:12: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: <1524604125.260e9feefc606700cc7b2dcc607b372dd7fcdb4f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/breeze/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/breeze/breeze-9999.ebuild X-VCS-Directories: kde-plasma/breeze/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 260e9feefc606700cc7b2dcc607b372dd7fcdb4f X-VCS-Branch: master Date: Tue, 24 Apr 2018 21:12: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: 22a6e569-a7b9-4dc2-b7c6-06180b8c1c91 X-Archives-Hash: 532056374815ab49098052531cb95971 commit: 260e9feefc606700cc7b2dcc607b372dd7fcdb4f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 24 21:08:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 24 21:08:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=260e9fee kde-plasma/breeze: Fix circular dependency (kde-plasma/plasma-workspace-9999:5/5) depends on (kde-plasma/kwin-9999:5/5) (buildtime) (kde-plasma/kde-cli-tools-9999:5/5) (runtime) (kde-plasma/plasma-workspace-9999:5/5) (buildtime) Reported-by: levente (forums.gentoo.org) Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-plasma/breeze/breeze-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/breeze/breeze-9999.ebuild b/kde-plasma/breeze/breeze-9999.ebuild index 3bf55c5b42..853d1fc405 100644 --- a/kde-plasma/breeze/breeze-9999.ebuild +++ b/kde-plasma/breeze/breeze-9999.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://cgit.kde.org/breeze.git" KEYWORDS="" IUSE="wayland X" -COMMON_DEPEND=" +RDEPEND=" $(add_frameworks_dep frameworkintegration) $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) @@ -31,10 +31,10 @@ COMMON_DEPEND=" x11-libs/libxcb ) " -DEPEND="${COMMON_DEPEND} +DEPEND="${RDEPEND} $(add_frameworks_dep kpackage) " -RDEPEND="${COMMON_DEPEND} +PDEPEND=" $(add_frameworks_dep breeze-icons) $(add_plasma_dep kde-cli-tools) "