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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF4C715817D for ; Mon, 3 Jun 2024 10:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC4DE2A98; Mon, 3 Jun 2024 10:49:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E87DBE2A98 for ; Mon, 3 Jun 2024 10:49:39 +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 18D8734097F for ; Mon, 3 Jun 2024 10:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742991BC7 for ; Mon, 3 Jun 2024 10:49:37 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1717411731.7a72553a6edec0094bc40ab6ff3cdb3be1a82ec4.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/imgui/imgui-1.89.9-r2.ebuild media-libs/imgui/imgui-1.89.9-r3.ebuild media-libs/imgui/imgui-1.90.7-r2.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 7a72553a6edec0094bc40ab6ff3cdb3be1a82ec4 X-VCS-Branch: dev Date: Mon, 3 Jun 2024 10:49:37 +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: 946a72a9-adaa-45e0-a829-059ea89bbf03 X-Archives-Hash: 3e85197780e3d737a39cced8d12cfebd commit: 7a72553a6edec0094bc40ab6ff3cdb3be1a82ec4 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Mon Jun 3 10:48:51 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Mon Jun 3 10:48:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a72553a media-libs/imgui: use mesa useflags instead of virtual/opengl Signed-off-by: Gonçalo Negrier Duarte gmail.com> media-libs/imgui/{imgui-1.89.9-r2.ebuild => imgui-1.89.9-r3.ebuild} | 5 ++++- media-libs/imgui/{imgui-1.89.9-r2.ebuild => imgui-1.90.7-r2.ebuild} | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/media-libs/imgui/imgui-1.89.9-r2.ebuild b/media-libs/imgui/imgui-1.89.9-r3.ebuild similarity index 91% copy from media-libs/imgui/imgui-1.89.9-r2.ebuild copy to media-libs/imgui/imgui-1.89.9-r3.ebuild index 80fab10f6..17e6f6e5b 100644 --- a/media-libs/imgui/imgui-1.89.9-r2.ebuild +++ b/media-libs/imgui/imgui-1.89.9-r3.ebuild @@ -24,7 +24,10 @@ RDEPEND=" media-libs/glew[${MULTILIB_USEDEP}] allegro5? ( media-libs/allegro:5[${MULTILIB_USEDEP}] ) glfw? ( media-libs/glfw:0[${MULTILIB_USEDEP}] ) - opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) + opengl? ( || ( + >=media-libs/mesa-24.1.0_rc1[opengl,X?,${MULTILIB_USEDEP}] +