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 B2D4C15800A for ; Tue, 22 Aug 2023 18:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048AF2BC06F; Tue, 22 Aug 2023 18:15:57 +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 E07882BC06F for ; Tue, 22 Aug 2023 18:15:56 +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 795C4335CD3 for ; Tue, 22 Aug 2023 18:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D211045 for ; Tue, 22 Aug 2023 18:15:54 +0000 (UTC) From: "Adel KARA SLIMANE" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adel KARA SLIMANE" Message-ID: <1692728150.b783b445cc48a09958b0f734865cfe7c27209603.adel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.6.9.1.ebuild X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: adel X-VCS-Committer-Name: Adel KARA SLIMANE X-VCS-Revision: b783b445cc48a09958b0f734865cfe7c27209603 X-VCS-Branch: dev Date: Tue, 22 Aug 2023 18:15:54 +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: ec968d8a-f2e6-48bb-836f-e63919a63403 X-Archives-Hash: fd0a1c6d60ba8a349fa3a5d22665ec7c commit: b783b445cc48a09958b0f734865cfe7c27209603 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Tue Aug 22 18:15:30 2023 +0000 Commit: Adel KARA SLIMANE karaslimane com> CommitDate: Tue Aug 22 18:15:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b783b445 games-util/mangohud: add nlohmann_json dep Closes: https://bugs.gentoo.org/912747 Signed-off-by: Adel KARA SLIMANE zegrapher.com> games-util/mangohud/mangohud-0.6.9.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-util/mangohud/mangohud-0.6.9.1.ebuild b/games-util/mangohud/mangohud-0.6.9.1.ebuild index 754d21788d..34baf3dabe 100644 --- a/games-util/mangohud/mangohud-0.6.9.1.ebuild +++ b/games-util/mangohud/mangohud-0.6.9.1.ebuild @@ -33,7 +33,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="+dbus debug +X xnvctrl wayland video_cards_nvidia" +IUSE="+dbus debug +X xnvctrl wayland video_cards_nvidia video_cards_amdgpu" REQUIRED_USE=" || ( X wayland ) @@ -50,6 +50,7 @@ python_check_deps() { DEPEND=" ~media-libs/imgui-1.81[opengl,vulkan] + dev-cpp/nlohmann_json dev-libs/spdlog dev-util/glslang media-libs/vulkan-loader