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 8896D15817D for ; Tue, 4 Jun 2024 12:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9A89E2A1E; Tue, 4 Jun 2024 12:26:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92B58E2A1E for ; Tue, 4 Jun 2024 12:26:29 +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 742B033FE7D for ; Tue, 4 Jun 2024 12:26:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54B31C60 for ; Tue, 4 Jun 2024 12:26:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1717426821.c1e7d7e60047deb138bb00ebd84108deb62556e2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/imgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/imgui/imgui-1.89.9-r3.ebuild media-libs/imgui/imgui-1.90.7-r2.ebuild media-libs/imgui/metadata.xml X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c1e7d7e60047deb138bb00ebd84108deb62556e2 X-VCS-Branch: master Date: Tue, 4 Jun 2024 12:26:26 +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: 1d131429-a47d-46d9-b48e-2a087d7fd2b2 X-Archives-Hash: 0604b2f34f41face4604d00863a21b8e commit: c1e7d7e60047deb138bb00ebd84108deb62556e2 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Jun 3 15:00:21 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Jun 3 15:00:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1e7d7e6 media-libs/imgui: fix pkgdev issues There was a typo in metadata.xml. Also underscores are not allowed in flag names. Signed-off-by: Viorel Munteanu gentoo.org> media-libs/imgui/imgui-1.89.9-r3.ebuild | 8 ++++---- media-libs/imgui/imgui-1.90.7-r2.ebuild | 8 ++++---- media-libs/imgui/metadata.xml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/media-libs/imgui/imgui-1.89.9-r3.ebuild b/media-libs/imgui/imgui-1.89.9-r3.ebuild index 50baf8ec3..e03ac218f 100644 --- a/media-libs/imgui/imgui-1.89.9-r3.ebuild +++ b/media-libs/imgui/imgui-1.89.9-r3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> imgui-${PV}.t LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="allegro5 glfw sdl2 sdl3 sdl2_renderer sdl3_renderer opengl vulkan webgpu" +IUSE="allegro5 glfw sdl2 sdl3 sdl2-renderer sdl3-renderer opengl vulkan webgpu" RDEPEND=" dev-libs/stb:= @@ -25,7 +25,7 @@ RDEPEND=" allegro5? ( media-libs/allegro:5[${MULTILIB_USEDEP}] ) glfw? ( media-libs/glfw:0[${MULTILIB_USEDEP}] ) sdl2? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) - sdl2_renderer? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) + sdl2-renderer? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) opengl? ( || ( >=media-libs/mesa-24.1.0_rc1[opengl,${MULTILIB_USEDEP}] =media-libs/mesa-24.1.0_rc1[opengl,${MULTILIB_USEDEP}] Enable opengl renderer Enable vulkan renderer Enable SDL2 backend - Enable SDL2 renderer backend + Enable SDL2 renderer backend Enable SDL3 backend - Enable SDL3 renderer backend + Enable SDL3 renderer backend Enable webgpu renderer backend