mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -32,7 +32,7 @@ BDEPEND="
|
||||
"
|
||||
DEPEND="
|
||||
sys-libs/zlib
|
||||
sdl? ( >=media-libs/libsdl-1.2.6 )
|
||||
sdl? ( media-libs/libsdl2 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user