From bef7059d69c4e64a101933e4ec3d26885ec21780 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 20 Nov 2025 13:38:01 -0500 Subject: [PATCH] media-libs/mesa: Raise required sysprof-capture version to 49.0 Raised (implemented incorrectly) in upstream e9341568fa9 ("meson: require sysprof-capture-4 >= 4.49.0") Closes: https://bugs.gentoo.org/960510 Signed-off-by: Matt Turner --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 0086769cf2d4..14970d47c1bc 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -137,7 +137,7 @@ RDEPEND="${RDEPEND} " DEPEND="${RDEPEND} - sysprof? ( >=dev-util/sysprof-capture-3.38.0[${MULTILIB_USEDEP}] ) + sysprof? ( >=dev-util/sysprof-capture-49.0[${MULTILIB_USEDEP}] ) video_cards_d3d12? ( >=dev-util/directx-headers-1.618.1[${MULTILIB_USEDEP}] ) valgrind? ( dev-debug/valgrind ) wayland? ( >=dev-libs/wayland-protocols-1.41 )