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 DF68C1581D3 for ; Thu, 23 May 2024 17:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF2ADE2A21; Thu, 23 May 2024 17:17:08 +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 C4122E2A21 for ; Thu, 23 May 2024 17:17:08 +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 CE7B93408DD for ; Thu, 23 May 2024 17:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 563D51B3B for ; Thu, 23 May 2024 17:17:06 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716484622.4ef522dc2f4d396a731535f5369d1e9407cfc63a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/muffin/muffin-6.0.1-r1.ebuild x11-wm/muffin/muffin-6.0.1.ebuild X-VCS-Directories: x11-wm/muffin/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4ef522dc2f4d396a731535f5369d1e9407cfc63a X-VCS-Branch: master Date: Thu, 23 May 2024 17:17:06 +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: 61c37725-b1f6-4dc4-9939-21a21172502a X-Archives-Hash: b9678b3bb4ef458f01702b14879b2707 commit: 4ef522dc2f4d396a731535f5369d1e9407cfc63a Author: Matt Turner gentoo org> AuthorDate: Thu May 23 17:16:39 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 23 17:17:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef522dc x11-wm/muffin: Update mesa dependency Signed-off-by: Matt Turner gentoo.org> x11-wm/muffin/{muffin-6.0.1.ebuild => muffin-6.0.1-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/muffin/muffin-6.0.1.ebuild b/x11-wm/muffin/muffin-6.0.1-r1.ebuild similarity index 97% rename from x11-wm/muffin/muffin-6.0.1.ebuild rename to x11-wm/muffin/muffin-6.0.1-r1.ebuild index 868e40c46497..2f7e0b595c01 100644 --- a/x11-wm/muffin/muffin-6.0.1.ebuild +++ b/x11-wm/muffin/muffin-6.0.1-r1.ebuild @@ -74,7 +74,10 @@ COMDEPEND=" >=dev-libs/libinput-1.7:= >=dev-libs/wayland-1.13.0 >=dev-libs/wayland-protocols-1.19 - media-libs/mesa[gbm(+),gles2] + || ( + >=media-libs/mesa-24.1.0_rc1[opengl] +