commit:     dcc6d6ec84e4ec42e9fb246df89e1e80d3411f88
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat May 11 07:43:17 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 11 07:45:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcc6d6ec

games-util/mangohud: add missing dev-libs/spdlog dependency

* slight oversight when did the changes to system dependencies

Closes: https://bugs.gentoo.org/931697
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/mangohud/mangohud-0.7.1-r4.ebuild | 1 +
 games-util/mangohud/mangohud-9999.ebuild     | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-util/mangohud/mangohud-0.7.1-r4.ebuild 
b/games-util/mangohud/mangohud-0.7.1-r4.ebuild
index 46178138f2..230bd32509 100644
--- a/games-util/mangohud/mangohud-0.7.1-r4.ebuild
+++ b/games-util/mangohud/mangohud-0.7.1-r4.ebuild
@@ -57,6 +57,7 @@ RDEPEND="
        ${PYTHON_DEPS}
        =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-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 f8da5a4478..230bd32509 100644
--- a/games-util/mangohud/mangohud-9999.ebuild
+++ b/games-util/mangohud/mangohud-9999.ebuild
@@ -55,8 +55,9 @@ BDEPEND="
 
 RDEPEND="
        ${PYTHON_DEPS}
-       =media-libs/imgui-1.81[opengl,vulkan,${MULTILIB_USEDEP}]
-       =media-libs/implot-0.16[${MULTILIB_USEDEP}]
+       =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-cpp/nlohmann_json
        dev-util/glslang
        media-fonts/lato

Reply via email to