commit: 4e655192bea3c508bdee5edd08ae6e79ab5187ab
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 08:52:28 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 08:52:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e655192
gnustep-apps/cynthiune: slot op on media-libs/libid3tag
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{cynthiune-1.0.0.ebuild => cynthiune-1.0.0-r1.ebuild} | 14 +++++++++-----
1 file 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
similarity index 90%
rename from gnustep-apps/cynthiune/cynthiune-1.0.0.ebuild
rename to gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild
index f6c3a25f513..15541c8157d 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 )"