diff options
author | Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> | 2024-05-11 08:43:17 +0100 |
---|---|---|
committer | Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> | 2024-05-11 08:45:50 +0100 |
commit | dcc6d6ec84e4ec42e9fb246df89e1e80d3411f88 (patch) | |
tree | bdbd45f5fbe3a087d6858bd0c2199368d54bf764 /games-util | |
parent | app-portage/pacvis: add python3.12 (diff) | |
download | guru-dcc6d6ec84e4ec42e9fb246df89e1e80d3411f88.tar.gz guru-dcc6d6ec84e4ec42e9fb246df89e1e80d3411f88.tar.bz2 guru-dcc6d6ec84e4ec42e9fb246df89e1e80d3411f88.zip |
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@gmail.com>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/mangohud/mangohud-0.7.1-r4.ebuild | 1 | ||||
-rw-r--r-- | 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 46178138f..230bd3250 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 f8da5a447..230bd3250 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 |