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 <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2025-11-20 13:38:01 -05:00
parent e877c89f5b
commit bef7059d69

View File

@@ -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 )