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 97F7E1580FD for ; Mon, 23 Dec 2024 17:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE73E069C; Mon, 23 Dec 2024 17:24:20 +0000 (UTC) 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 157BEE069C for ; Mon, 23 Dec 2024 17:24:20 +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 29BEE335D64 for ; Mon, 23 Dec 2024 17:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B806D1048 for ; Mon, 23 Dec 2024 17:24:17 +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: <1734974624.697a7f6d752895282a114fa711bfcbdbcddeb77f.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: 697a7f6d752895282a114fa711bfcbdbcddeb77f X-VCS-Branch: master Date: Mon, 23 Dec 2024 17:24:17 +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: df83653d-60c4-4af4-95e2-a105edcaa10e X-Archives-Hash: 30c4990919e8e6063ba8ef3848715522 commit: 697a7f6d752895282a114fa711bfcbdbcddeb77f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 23 17:17:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 23 17:23:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=697a7f6d kde-plasma/kwin: Cleanup duplicate qtbase[opengl] USEdep Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-6.2.49.9999.ebuild | 2 +- kde-plasma/kwin/kwin-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwin/kwin-6.2.49.9999.ebuild b/kde-plasma/kwin/kwin-6.2.49.9999.ebuild index 9f5bae71ae..1c4f9f0534 100644 --- a/kde-plasma/kwin/kwin-6.2.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-6.2.49.9999.ebuild @@ -73,7 +73,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] ) + gles2-only? ( >=media-libs/mesa-24.1.0_rc1 ) lock? ( >=kde-plasma/kscreenlocker-${KDE_CATV}:6 ) screencast? ( >=media-video/pipewire-0.3.65:= ) shortcuts? ( >=kde-plasma/kglobalacceld-${KDE_CATV}:6 ) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index e3acbe9205..62d527101b 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -73,7 +73,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] ) + gles2-only? ( >=media-libs/mesa-24.1.0_rc1 ) lock? ( >=kde-plasma/kscreenlocker-${KDE_CATV}:6 ) screencast? ( >=media-video/pipewire-1.2.0:= ) shortcuts? ( >=kde-plasma/kglobalacceld-${KDE_CATV}:6 )