media-libs/openal: require Qt 6.8

A user hit an issue and it's not worth trying to figure out exactly
why Qt 6.8 seems to be needed, we already have Qt 6.9 stable anyway.

Followup to b9c8086382.

Bug: https://bugs.gentoo.org/955274
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-08-20 05:49:40 +01:00
parent 70edc6a9ca
commit 08f8ac44e1

View File

@@ -32,7 +32,7 @@ IUSE="
# find it anyway, but no :=.
RDEPEND="
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
gui? ( >=dev-qt/qtbase-6.7:6[gui,widgets] )
gui? ( >=dev-qt/qtbase-6.8:6[gui,widgets] )
jack? ( virtual/jack[${MULTILIB_USEDEP}] )
pipewire? ( media-video/pipewire[${MULTILIB_USEDEP}] )
portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )