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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26DFF1581F0 for ; Thu, 12 Dec 2024 13:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A8CE09B4; Thu, 12 Dec 2024 13:06:33 +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 4A733E09B7 for ; Thu, 12 Dec 2024 13:06:33 +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 EF22E342FA0 for ; Thu, 12 Dec 2024 13:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E282214E for ; Thu, 12 Dec 2024 13:06:29 +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: <1733941670.6cb337f836344fda4fcd33ae4c09aad1007603e6.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.2.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: 6cb337f836344fda4fcd33ae4c09aad1007603e6 X-VCS-Branch: master Date: Thu, 12 Dec 2024 13:06:29 +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: 7e6d51da-2ca9-402e-b220-e2dfd8118e34 X-Archives-Hash: 92a238a31740ec391f157853fd506bfa commit: 6cb337f836344fda4fcd33ae4c09aad1007603e6 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Wed Dec 11 18:27:32 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Dec 11 18:27:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cb337f8 games-util/mangohud: improve deps Closes https://bugs.gentoo.org/946272 Signed-off-by: Adel KARA SLIMANE zegrapher.com> games-util/mangohud/mangohud-0.7.2.ebuild | 11 +++++++---- games-util/mangohud/mangohud-9999.ebuild | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.2.ebuild b/games-util/mangohud/mangohud-0.7.2.ebuild index c9eb3ff56..8cd534499 100644 --- a/games-util/mangohud/mangohud-0.7.2.ebuild +++ b/games-util/mangohud/mangohud-0.7.2.ebuild @@ -48,20 +48,18 @@ REQUIRED_USE=" BDEPEND=" app-arch/unzip - >=dev-util/vulkan-headers-1.2.158 + dev-util/glslang test? ( dev-util/cmocka ) $(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]') " -RDEPEND=" +DEPEND=" ${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-libs/libfmt[${MULTILIB_USEDEP}] dev-cpp/nlohmann_json - dev-util/glslang - media-fonts/lato media-libs/vulkan-loader[${MULTILIB_USEDEP}] media-libs/libglvnd[${MULTILIB_USEDEP}] x11-libs/libdrm[${MULTILIB_USEDEP}] @@ -77,8 +75,13 @@ RDEPEND=" media-libs/glfw[X(+)] media-libs/glew ) +" + +RDEPEND=" + ${DEPEND} mangoplot? ( $(python_gen_cond_dep ' || ( + media-fonts/lato dev-python/matplotlib[gtk3,${PYTHON_USEDEP}] dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}] dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}] diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 269a142f5..22f80c8f6 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -48,20 +48,18 @@ REQUIRED_USE=" BDEPEND=" app-arch/unzip - >=dev-util/vulkan-headers-1.2.158 + dev-util/glslang test? ( dev-util/cmocka ) $(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}]') " -RDEPEND=" +DEPEND=" ${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-libs/libfmt[${MULTILIB_USEDEP}] dev-cpp/nlohmann_json - dev-util/glslang - media-fonts/lato media-libs/vulkan-loader[${MULTILIB_USEDEP}] media-libs/libglvnd[${MULTILIB_USEDEP}] x11-libs/libdrm[${MULTILIB_USEDEP}] @@ -77,8 +75,13 @@ RDEPEND=" media-libs/glfw[X(+)] media-libs/glew ) +" + +RDEPEND=" + ${DEPEND} mangoplot? ( $(python_gen_cond_dep ' || ( + media-fonts/lato dev-python/matplotlib[gtk3,${PYTHON_USEDEP}] dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}] dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}]