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 570C91581D3 for ; Thu, 23 May 2024 09:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80581E29FC; Thu, 23 May 2024 09:37:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 605F3E29FC for ; Thu, 23 May 2024 09:37:19 +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 68DFD33BF29 for ; Thu, 23 May 2024 09:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD0911B37 for ; Thu, 23 May 2024 09:37:16 +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: <1716456983.0d344d4a959a979d2a1f65a42b2a57e7ab6cbb5e.gonegrier.duarte@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.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: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 0d344d4a959a979d2a1f65a42b2a57e7ab6cbb5e X-VCS-Branch: dev Date: Thu, 23 May 2024 09:37:16 +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: 7634fc2a-dbab-4a89-b6d7-f0fad31f07ef X-Archives-Hash: ca0987dacc9cf003251326465882be60 commit: 0d344d4a959a979d2a1f65a42b2a57e7ab6cbb5e Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu May 23 09:36:23 2024 +0000 Commit: Gonçalo Negrier Duarte 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