diff options
author | David Seifert <soap@gentoo.org> | 2021-08-16 10:52:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-16 10:52:28 +0200 |
commit | 4e655192bea3c508bdee5edd08ae6e79ab5187ab (patch) | |
tree | 9dfc8c3294940b940a6c42d38afc1f29dad04661 /gnustep-apps | |
parent | app-pda/gtkpod: slot op on media-libs/libid3tag (diff) | |
download | gentoo-4e655192bea3c508bdee5edd08ae6e79ab5187ab.tar.gz gentoo-4e655192bea3c508bdee5edd08ae6e79ab5187ab.tar.bz2 gentoo-4e655192bea3c508bdee5edd08ae6e79ab5187ab.zip |
gnustep-apps/cynthiune: slot op on media-libs/libid3tag
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild (renamed from gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild) | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild index f6c3a25f513b..15541c8157de 100644 --- a/gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,13 +21,17 @@ RDEPEND="media-libs/audiofile alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) flac? ( media-libs/flac ) - mad? ( media-libs/libid3tag - media-libs/libmad ) + mad? ( + media-libs/libid3tag:= + media-libs/libmad + ) musepack? ( >=media-sound/musepack-tools-444 ) modplug? ( media-libs/libmodplug ) timidity? ( media-sound/timidity++ ) - vorbis? ( >=media-libs/libogg-1.1.2 - >=media-libs/libvorbis-1.0.1-r2 )" + vorbis? ( + >=media-libs/libogg-1.1.2 + >=media-libs/libvorbis-1.0.1-r2 + )" DEPEND="${RDEPEND} mad? ( virtual/pkgconfig )" |