diff options
author | 2024-12-25 21:08:09 +0000 | |
---|---|---|
committer | 2024-12-28 01:04:44 +0100 | |
commit | d497d3f8860fcd5a5971ef9e3df9d963d834ddd0 (patch) | |
tree | 2a2540bd8285d20d1f46d9428366768014ca84a3 /gnustep-apps | |
parent | gnome-extra/gnome-commander: drop 1.18.1 (diff) | |
download | gentoo-d497d3f8860fcd5a5971ef9e3df9d963d834ddd0.tar.gz gentoo-d497d3f8860fcd5a5971ef9e3df9d963d834ddd0.tar.bz2 gentoo-d497d3f8860fcd5a5971ef9e3df9d963d834ddd0.zip |
gnustep-apps/cynthiune: Add media-libs/taglib:= slot op, ABI break imminent
update EAPI 7 -> 8
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild (renamed from gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r4.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r5.ebuild index 1fabe0cea2be..aee08d016644 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:= ) |