diff options
author | Jason Zaman <perfinion@gentoo.org> | 2016-12-07 13:58:58 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2016-12-07 13:58:58 +0800 |
commit | 1ff469d235d29bb99dc9fb137c8879390df5e56b (patch) | |
tree | dab1d7be1174c38b33d63d341c6732f9174159b8 /media-sound/moc | |
parent | dev-util/cscope: Add ncurses subslot dep (diff) | |
download | gentoo-1ff469d235d29bb99dc9fb137c8879390df5e56b.tar.gz gentoo-1ff469d235d29bb99dc9fb137c8879390df5e56b.tar.bz2 gentoo-1ff469d235d29bb99dc9fb137c8879390df5e56b.zip |
media-sound/moc: Add subslot deps for ncurses and db
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-sound/moc')
-rw-r--r-- | media-sound/moc/moc-2.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/moc/moc-2.5.0.ebuild b/media-sound/moc/moc-2.5.0.ebuild index 9f6273d236e6..032b1ee535e5 100644 --- a/media-sound/moc/moc-2.5.0.ebuild +++ b/media-sound/moc/moc-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,10 +16,10 @@ IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic modpl oss sid sndfile speex timidity tremor +unicode vorbis wavpack" RDEPEND=">=dev-libs/libltdl-2:0 - sys-libs/ncurses[unicode?] + sys-libs/ncurses:0=[unicode?] aac? ( media-libs/faad2 ) alsa? ( media-libs/alsa-lib ) - cache? ( >=sys-libs/db-4 ) + cache? ( >=sys-libs/db-4:= ) curl? ( net-misc/curl ) ffmpeg? ( virtual/ffmpeg ) flac? ( media-libs/flac ) |