commit: f76b76096a11a63eeaa5aea35860527f9f9d0a7d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Apr 9 00:22:31 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Apr 9 00:27:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76b7609
media-libs/libsdl2: comment out sdl2-compat description for now Thought that p.g.o might be picking it up, and it in fact did. This may come as confusing for users when it is not keyworded. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-libs/libsdl2/libsdl2-2.32.54.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/libsdl2/libsdl2-2.32.54.ebuild b/media-libs/libsdl2/libsdl2-2.32.54.ebuild index 5bd93727613b..e08083c44cb1 100644 --- a/media-libs/libsdl2/libsdl2-2.32.54.ebuild +++ b/media-libs/libsdl2/libsdl2-2.32.54.ebuild @@ -5,7 +5,10 @@ EAPI=8 inherit cmake-multilib -DESCRIPTION="Simple Direct Media Layer 2 compatibility wrapper around SDL3" +# TODO: switch to new description when non-compat is gone, this is so it is +# not displayed on packages.gentoo.org which may be confusing for users +DESCRIPTION="Simple Direct Media Layer" +#DESCRIPTION="Simple Direct Media Layer 2 compatibility wrapper around SDL3" HOMEPAGE="https://www.libsdl.org/" SRC_URI="https://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" S=${WORKDIR}/sdl2-compat-${PV}
