commit: 08f8ac44e1c63c61d8281f963344c9c68e06daf2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 20 04:49:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 20 04:49:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f8ac44
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 b9c80863827f00e90c96a4a012b527888da09013. Bug: https://bugs.gentoo.org/955274 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/openal/openal-1.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openal/openal-1.24.3.ebuild b/media-libs/openal/openal-1.24.3.ebuild index 5988b0fd1e13..3c51bca69ee1 100644 --- a/media-libs/openal/openal-1.24.3.ebuild +++ b/media-libs/openal/openal-1.24.3.ebuild @@ -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}] )
