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 EB5F61581D3 for ; Thu, 23 May 2024 10:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E6A4E2A0E; Thu, 23 May 2024 10:36:27 +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 26FA5E2A0E for ; Thu, 23 May 2024 10:36:27 +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 27C90342FF9 for ; Thu, 23 May 2024 10:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08E591B42 for ; Thu, 23 May 2024 10:36:23 +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: <1716456983.0d344d4a959a979d2a1f65a42b2a57e7ab6cbb5e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.7.1-r4.ebuild games-util/mangohud/mangohud-0.7.1-r5.ebuild games-util/mangohud/mangohud-9999.ebuild X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0d344d4a959a979d2a1f65a42b2a57e7ab6cbb5e X-VCS-Branch: master Date: Thu, 23 May 2024 10:36:23 +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: ef8ca56a-75ed-4051-8172-4007e553a18a X-Archives-Hash: bf48899dd8136be5652f5b38faa82f3a commit: 0d344d4a959a979d2a1f65a42b2a57e7ab6cbb5e Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu May 23 09:36:23 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu May 23 09:36:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d344d4a games-util/mangohud: add missing dev-libs/libfmt Closes https://bugs.gentoo.org/932526 Signed-off-by: Gonçalo Negrier Duarte gmail.com> .../mangohud/{mangohud-0.7.1-r4.ebuild => mangohud-0.7.1-r5.ebuild} | 1 + games-util/mangohud/mangohud-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-util/mangohud/mangohud-0.7.1-r4.ebuild b/games-util/mangohud/mangohud-0.7.1-r5.ebuild similarity index 99% rename from games-util/mangohud/mangohud-0.7.1-r4.ebuild rename to games-util/mangohud/mangohud-0.7.1-r5.ebuild index 230bd3250..c3fcffcd4 100644 --- a/games-util/mangohud/mangohud-0.7.1-r4.ebuild +++ b/games-util/mangohud/mangohud-0.7.1-r5.ebuild @@ -58,6 +58,7 @@ RDEPEND=" =media-libs/imgui-1.89.9*[opengl,vulkan,${MULTILIB_USEDEP}] =media-libs/implot-0.16*[${MULTILIB_USEDEP}] =dev-libs/spdlog-1.13.0*[${MULTILIB_USEDEP}] + dev-libs/libfmt[${MULTILIB_USEDEP}] dev-cpp/nlohmann_json dev-util/glslang media-fonts/lato diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 230bd3250..c3fcffcd4 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -58,6 +58,7 @@ RDEPEND=" =media-libs/imgui-1.89.9*[opengl,vulkan,${MULTILIB_USEDEP}] =media-libs/implot-0.16*[${MULTILIB_USEDEP}] =dev-libs/spdlog-1.13.0*[${MULTILIB_USEDEP}] + dev-libs/libfmt[${MULTILIB_USEDEP}] dev-cpp/nlohmann_json dev-util/glslang media-fonts/lato