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 357CF158064 for ; Sun, 12 May 2024 19:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D3D32BC030; Sun, 12 May 2024 19:27:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 167722BC030 for ; Sun, 12 May 2024 19:27: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 51C273430A9 for ; Sun, 12 May 2024 19:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845B21689 for ; Sun, 12 May 2024 19:27:05 +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: <1715542019.ee5b4f2b1382d3bbe10a2d24239d91f2a7ebf995.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-r1.ebuild media-libs/imgui/imgui-1.90.6.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: ee5b4f2b1382d3bbe10a2d24239d91f2a7ebf995 X-VCS-Branch: dev Date: Sun, 12 May 2024 19:27:05 +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: 5e9c0392-a7ec-4c99-b29d-9c8d710e7228 X-Archives-Hash: 3c0dfe530e19602c560332b1797533ce commit: ee5b4f2b1382d3bbe10a2d24239d91f2a7ebf995 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Sun May 12 19:25:47 2024 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Sun May 12 19:26:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee5b4f2b media-libs/imgui: add missing dev-util/webgpu-headers dependency Closes: https://bugs.gentoo.org/931827 Signed-off-by: Gonçalo Negrier Duarte gmail.com> media-libs/imgui/imgui-1.89.9-r1.ebuild | 1 + media-libs/imgui/imgui-1.90.6.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/imgui/imgui-1.89.9-r1.ebuild b/media-libs/imgui/imgui-1.89.9-r1.ebuild index bed80af29a..917ecd30c0 100644 --- a/media-libs/imgui/imgui-1.89.9-r1.ebuild +++ b/media-libs/imgui/imgui-1.89.9-r1.ebuild @@ -28,6 +28,7 @@ RDEPEND=" sdl2? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) sdl_renderer? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) + webgpu? ( dev-util/webgpu-headers ) " DEPEND=" ${RDEPEND} diff --git a/media-libs/imgui/imgui-1.90.6.ebuild b/media-libs/imgui/imgui-1.90.6.ebuild index bed80af29a..917ecd30c0 100644 --- a/media-libs/imgui/imgui-1.90.6.ebuild +++ b/media-libs/imgui/imgui-1.90.6.ebuild @@ -28,6 +28,7 @@ RDEPEND=" sdl2? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) sdl_renderer? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] ) + webgpu? ( dev-util/webgpu-headers ) " DEPEND=" ${RDEPEND}