commit: b9c80863827f00e90c96a4a012b527888da09013 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 1 04:39:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 04:39:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c80863
media-libs/openal: needs >=qt-6.7 Did look at backporting b83e0f40066d24145083e695421912460fbc1be4 and subsequent followups but didn't build and didn't seem worth spending more time on. Noticed after a user hit a build failure in #gentoo upgrading an old system. 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 0a0044c8bf8b..892ebc1d4b05 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[gui,widgets] ) + gui? ( >=dev-qt/qtbase-6.7:6[gui,widgets] ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) pipewire? ( media-video/pipewire[${MULTILIB_USEDEP}] ) portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
