libsdl2 version 2.30.2 was released last week. Renaming the ebuild seemed to work.
We should consider switching to CMake while at it to fix the GCC issue I hit w/ tests.
(In reply to Sam James from comment #1) > We should consider switching to CMake while at it to fix the GCC issue I hit > w/ tests. Yep, I already have that underway.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3867373890791642ee64a315e067bbd3a8ca62f1 commit 3867373890791642ee64a315e067bbd3a8ca62f1 Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2024-04-13 21:56:35 +0000 Commit: James Le Cuirot <chewi@gentoo.org> CommitDate: 2024-04-13 22:01:19 +0000 media-libs/libsdl2: Bump to 2.30.2, migrate to CMake SDL3 only suppports CMake, and we have seen issues with flags not being respected in the tests under Autotools. There are CMake options for nearly every configure option we were using before. I have kept the options in the same order for easier comparison, at least for now. There is no way to explicitly select gles1 or gles2, only gles in general. Detection is performed for each at build time, but this will always succeed as libglvnd covers them both. Detection is also performed at runtime, so the usual auto-magic concerns don't apply here. Closes: https://bugs.gentoo.org/929065 Signed-off-by: James Le Cuirot <chewi@gentoo.org> media-libs/libsdl2/Manifest | 1 + media-libs/libsdl2/libsdl2-2.30.2.ebuild | 205 +++++++++++++++++++++++++++++++ 2 files changed, 206 insertions(+)