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 BEB25158064 for ; Mon, 13 May 2024 17:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 225F12BC017; Mon, 13 May 2024 17:48:41 +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 F0D452BC016 for ; Mon, 13 May 2024 17:48:40 +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 E42E034300B for ; Mon, 13 May 2024 17:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508791AAB for ; Mon, 13 May 2024 17:48:38 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715542019.ee5b4f2b1382d3bbe10a2d24239d91f2a7ebf995.julien@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-r1.ebuild media-libs/imgui/imgui-1.90.6.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: ee5b4f2b1382d3bbe10a2d24239d91f2a7ebf995 X-VCS-Branch: master Date: Mon, 13 May 2024 17:48:38 +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: 15836bd6-bbb5-4da7-978a-f620e706dd2b X-Archives-Hash: 5b77a82d4905e40fafdb0f2e05e76430 commit: ee5b4f2b1382d3bbe10a2d24239d91f2a7ebf995 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Sun May 12 19:25:47 2024 +0000 Commit: Julien Roy jroy ca> 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}