commit: 4f737d603780a86ed2bbf1f6f7ee89b98bb425fc
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 10:54:10 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 10:57:38 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f737d60
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 <AT> gentoo.org>
games-emulation/mednafen/mednafen-1.32.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/mednafen/mednafen-1.32.1.ebuild
b/games-emulation/mednafen/mednafen-1.32.1.ebuild
index 086ccafeea2b..ae13115bf6d3 100644
--- a/games-emulation/mednafen/mednafen-1.32.1.ebuild
+++ b/games-emulation/mednafen/mednafen-1.32.1.ebuild
@@ -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 )