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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23FC61581F0 for ; Wed, 11 Dec 2024 16:07:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C58E0D6D; Wed, 11 Dec 2024 16:07:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEA29E0D6D for ; Wed, 11 Dec 2024 16:07:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C0B63430D7 for ; Wed, 11 Dec 2024 16:07:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BDD21F28 for ; Wed, 11 Dec 2024 16:07:40 +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: <1733933087.1d1d48a135edbd39177d25f9eef4f2b3a0b15697.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-6.2.49.9999.ebuild 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: 1d1d48a135edbd39177d25f9eef4f2b3a0b15697 X-VCS-Branch: master Date: Wed, 11 Dec 2024 16:07:40 +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: a1bf7c7f-efbb-47bb-950f-d6e8d822574f X-Archives-Hash: 3771100cd28bc14f7cc904f5d18c8482 commit: 1d1d48a135edbd39177d25f9eef4f2b3a0b15697 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 11 16:04:47 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 11 16:04:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d1d48a1 kde-plasma/kwin: Cleanup media-libs/mesa[gles2] old IUSE fallback Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-6.2.49.9999.ebuild | 5 +---- kde-plasma/kwin/kwin-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-plasma/kwin/kwin-6.2.49.9999.ebuild b/kde-plasma/kwin/kwin-6.2.49.9999.ebuild index a9937c0712..cfc163ca17 100644 --- a/kde-plasma/kwin/kwin-6.2.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-6.2.49.9999.ebuild @@ -74,10 +74,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm accessibility? ( media-libs/libqaccessibilityclient:6 ) - gles2-only? ( || ( - >=media-libs/mesa-24.1.0_rc1[opengl] - =media-libs/mesa-24.1.0_rc1[opengl] ) lock? ( >=kde-plasma/kscreenlocker-${PVCUT}:6 ) screencast? ( >=media-video/pipewire-0.3.65:= ) shortcuts? ( >=kde-plasma/kglobalacceld-${PVCUT}:6 ) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index 7cefb2f7c2..1a36b95b12 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -74,10 +74,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm accessibility? ( media-libs/libqaccessibilityclient:6 ) - gles2-only? ( || ( - >=media-libs/mesa-24.1.0_rc1[opengl] - =media-libs/mesa-24.1.0_rc1[opengl] ) lock? ( >=kde-plasma/kscreenlocker-${PVCUT}:6 ) screencast? ( >=media-video/pipewire-1.2.0:= ) shortcuts? ( >=kde-plasma/kglobalacceld-${PVCUT}:6 )