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 D54EC158232 for ; Tue, 10 Dec 2024 11:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C5AE0919; Tue, 10 Dec 2024 11:32:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B49E0918 for ; Tue, 10 Dec 2024 11:32:21 +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 CDC76343164 for ; Tue, 10 Dec 2024 11:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF7922C6 for ; Tue, 10 Dec 2024 11:32:17 +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: <1733788856.fcdb4409540e79ca7b2f361ab9329d6194075214.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: fcdb4409540e79ca7b2f361ab9329d6194075214 X-VCS-Branch: master Date: Tue, 10 Dec 2024 11:32:17 +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: 5ba73e72-18e4-44bf-8eb0-853795e2e77e X-Archives-Hash: 2e413377a96682fc48f844b2678c29bc commit: fcdb4409540e79ca7b2f361ab9329d6194075214 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Tue Dec 10 00:00:45 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 10 00:00:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcdb4409 games-util/mangohud: minor maintenance Closes https://bugs.gentoo.org/946001 Signed-off-by: Adel KARA SLIMANE zegrapher.com> games-util/mangohud/mangohud-0.7.2.ebuild | 5 +++-- games-util/mangohud/mangohud-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.2.ebuild b/games-util/mangohud/mangohud-0.7.2.ebuild index 3dc42b9ac..c9eb3ff56 100644 --- a/games-util/mangohud/mangohud-0.7.2.ebuild +++ b/games-util/mangohud/mangohud-0.7.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-single-r1 meson-multilib @@ -80,7 +80,8 @@ RDEPEND=" mangoplot? ( $(python_gen_cond_dep ' || ( dev-python/matplotlib[gtk3,${PYTHON_USEDEP}] - dev-python/matplotlib[qt5,${PYTHON_USEDEP}] + dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}] + dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}] dev-python/matplotlib[wxwidgets,${PYTHON_USEDEP}] ) ') ) diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 3dc42b9ac..269a142f5 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-single-r1 meson-multilib @@ -80,7 +80,8 @@ RDEPEND=" mangoplot? ( $(python_gen_cond_dep ' || ( dev-python/matplotlib[gtk3,${PYTHON_USEDEP}] - dev-python/matplotlib[qt5,${PYTHON_USEDEP}] + dev-python/matplotlib[qt5(-),${PYTHON_USEDEP}] + dev-python/matplotlib[qt6(-),${PYTHON_USEDEP}] dev-python/matplotlib[wxwidgets,${PYTHON_USEDEP}] ) ') ) @@ -127,7 +128,6 @@ multilib_src_configure() { $(meson_feature wayland with_wayland) $(meson_feature dbus with_dbus) $(meson_use mangoapp mangoapp) - $(meson_use mangoapp mangoapp_layer) $(meson_use mangohudctl mangohudctl) $(meson_feature mangoplot mangoplot) )