diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 22:12:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 22:22:28 +0100 |
commit | 66baffba8e33ba90faa95e3a892079ef746bbd1e (patch) | |
tree | a2c8c9572a618a40abf89df43f44f193d3738a26 /gnustep-apps | |
parent | app-pda/gtkpod: add missing slot operator dep (libid3tag) (diff) | |
download | gentoo-66baffba8e33ba90faa95e3a892079ef746bbd1e.tar.gz gentoo-66baffba8e33ba90faa95e3a892079ef746bbd1e.tar.bz2 gentoo-66baffba8e33ba90faa95e3a892079ef746bbd1e.zip |
gnustep-apps/cynthiune: add missing slot operator dep (libid3tag)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild (renamed from gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild b/gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild index 15541c8157de..93d01cecbec6 100644 --- a/gnustep-apps/cynthiune/cynthiune-1.0.0-r1.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-1.0.0-r2.ebuild @@ -16,10 +16,10 @@ SLOT="0" IUSE="alsa ao flac mad modplug musepack oss timidity vorbis" # musicbrainz disabled upstream for now -RDEPEND="media-libs/audiofile +RDEPEND="media-libs/audiofile:= media-libs/taglib alsa? ( media-libs/alsa-lib ) - ao? ( media-libs/libao ) + ao? ( media-libs/libao:= ) flac? ( media-libs/flac ) mad? ( media-libs/libid3tag:= |