From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7FAA1581EE for ; Fri, 21 Mar 2025 13:48:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C13A534321C for ; Fri, 21 Mar 2025 13:48:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BAB5D1104AB; Fri, 21 Mar 2025 13:48:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B01181104AB for ; Fri, 21 Mar 2025 13:48:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6598B34321A for ; Fri, 21 Mar 2025 13:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A081D72 for ; Fri, 21 Mar 2025 13:48:51 +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: <1742563100.af6a3c53cbfbdf79bb176069b86161fe3dc39cd8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af6a3c53cbfbdf79bb176069b86161fe3dc39cd8 X-VCS-Branch: master Date: Fri, 21 Mar 2025 13:48:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7969e02-5457-452d-ae3e-971a2934ddae X-Archives-Hash: 8a9e0c373c65d1b1e46d4b9021559f58 commit: af6a3c53cbfbdf79bb176069b86161fe3dc39cd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 21 13:18:20 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 21 13:18:20 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=af6a3c53 kde-plasma/kwin: Move kde-plasma/breeze to RDEPEND-only Upstream commit 37cea484ee1e00c6d378c45070308bc4f2d956a1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 92d31edb6e..11c57edc83 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -52,7 +52,6 @@ COMMON_DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6=[wayland] >=kde-frameworks/kxmlgui-${KFMIN}:6 - >=kde-plasma/breeze-${KDE_CATV}:6 >=kde-plasma/kdecoration-${KDE_CATV}:6 >=kde-plasma/kwayland-${KDE_CATV}:6 >=kde-plasma/plasma-activities-${KDE_CATV}:6 @@ -95,6 +94,7 @@ RDEPEND="${COMMON_DEPEND} >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kitemmodels-${KFMIN}:6 >=kde-plasma/aurorae-${KDE_CATV}:6 + >=kde-plasma/breeze-${KDE_CATV}:6 >=kde-plasma/libplasma-${KDE_CATV}:6 sys-apps/hwdata xwayland? ( >=x11-base/xwayland-23.1.0[libei] )