games-emulation/mednafen: replace minizip dep by zlib

Seems the minizip code was replaced a while ago (2018), and nobody
noticed -- but zlib is still used.

Not overly worth a revbump.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-02-18 05:54:10 -05:00
parent 165359e206
commit 4f737d6037

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,8 +22,8 @@ RDEPEND="
media-libs/libsdl2[joystick,opengl,video]
media-libs/tremor
media-sound/musepack-tools
virtual/minizip:=
virtual/libintl
virtual/zlib:=
alsa? ( media-libs/alsa-lib )
flac? ( media-libs/flac:= )
jack? ( virtual/jack )