From 3b6cc18903f50806ff20c077f349ff31e7a1a540 Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sun, 29 Mar 2026 16:19:00 +0300 Subject: [PATCH] app-emulation/fuse: add subslot operator Signed-off-by: Viorel Munteanu --- .../fuse/{fuse-1.6.0-r4.ebuild => fuse-1.6.0-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-emulation/fuse/{fuse-1.6.0-r4.ebuild => fuse-1.6.0-r5.ebuild} (97%) diff --git a/app-emulation/fuse/fuse-1.6.0-r4.ebuild b/app-emulation/fuse/fuse-1.6.0-r5.ebuild similarity index 97% rename from app-emulation/fuse/fuse-1.6.0-r4.ebuild rename to app-emulation/fuse/fuse-1.6.0-r5.ebuild index 2dd9ce002040e..fdcce36829fe0 100644 --- a/app-emulation/fuse/fuse-1.6.0-r4.ebuild +++ b/app-emulation/fuse/fuse-1.6.0-r5.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 @@ -25,7 +25,7 @@ REQUIRED_USE="?? ( alsa ao backend-sdl pulseaudio ) png? ( zlib )" RDEPEND=" - >=app-emulation/libspectrum-1.5.0[zlib?] + >=app-emulation/libspectrum-1.5.0:=[zlib?] dev-libs/glib:2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao )