From 4f737d603780a86ed2bbf1f6f7ee89b98bb425fc Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 18 Feb 2026 05:54:10 -0500 Subject: [PATCH] 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 --- 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 086ccafeea2b0..ae13115bf6d38 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 )