From d497d3f8860fcd5a5971ef9e3df9d963d834ddd0 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Wed, 25 Dec 2024 21:08:09 +0000 Subject: [PATCH] gnustep-apps/cynthiune: Add media-libs/taglib:= slot op, ABI break imminent update EAPI 7 -> 8 Signed-off-by: Nicolas PARLANT Signed-off-by: Andreas Sturmlechner --- ...{cynthiune-1.0.0-r4.ebuild => cynthiune-1.0.0-r5.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename gnustep-apps/cynthiune/{cynthiune-1.0.0-r4.ebuild => cynthiune-1.0.0-r5.ebuild} (96%) diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild similarity index 96% rename from gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild rename to gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild index 1fabe0cea2bed..aee08d016644e 100644 --- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit gnustep-2 MY_P=${P/c/C} @@ -17,7 +17,7 @@ IUSE="alsa ao flac mad modplug musepack oss timidity vorbis" # musicbrainz disabled upstream for now RDEPEND="media-libs/audiofile:= - media-libs/taglib + media-libs/taglib:= alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao:= ) flac? ( media-libs/flac:= )