dev-libs/zziplib: fix libsdl(2) dep

As noted in the bug, the SDL module seems to have always needed libsdl*2*:
d2e7c6d99e.

Closes: https://bugs.gentoo.org/948576
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-23 00:12:37 +00:00
parent 98bb1066cd
commit 8f8563d0ed

View File

@@ -32,7 +32,7 @@ BDEPEND="
"
DEPEND="
sys-libs/zlib
sdl? ( >=media-libs/libsdl-1.2.6 )
sdl? ( media-libs/libsdl2 )
"
RDEPEND="${DEPEND}"