mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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}] )
|
||||
|
||||
Reference in New Issue
Block a user