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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FFA21581D3 for ; Wed, 15 May 2024 19:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 397F52BC016; Wed, 15 May 2024 19:32:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1658B2BC016 for ; Wed, 15 May 2024 19:32:43 +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 06F27341E1C for ; Wed, 15 May 2024 19:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665761ACF for ; Wed, 15 May 2024 19:32: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: <1715801538.ece19b6fafd42ba6d2333ec975295df8fcaedff1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ece19b6fafd42ba6d2333ec975295df8fcaedff1 X-VCS-Branch: master Date: Wed, 15 May 2024 19:32: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: 0c2eb54a-51b9-4ac0-a6d3-524aabca2a58 X-Archives-Hash: c3fc1d6f6ac5d0aa22d67c4a4ab0eeca commit: ece19b6fafd42ba6d2333ec975295df8fcaedff1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 15 19:32:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 15 19:32:18 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ece19b6f kde-plasma/kinfocenter: Update gles2-only USEdeps Bug: https://bugs.gentoo.org/929992 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild | 5 ++++- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild index 51b48175d7..7b89b8360e 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.0.49.9999.ebuild @@ -30,7 +30,10 @@ DEPEND=" >=kde-frameworks/kservice-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/solid-${KFMIN}:6 - gles2-only? ( media-libs/mesa[gles2] ) + gles2-only? ( || ( + >=media-libs/mesa-24.1.0_rc1[opengl] + =kde-frameworks/kservice-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/solid-${KFMIN}:6 - gles2-only? ( media-libs/mesa[gles2] ) + gles2-only? ( || ( + >=media-libs/mesa-24.1.0_rc1[opengl] +