diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-18 04:40:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-18 04:40:40 +0100 |
commit | 94758c5f3caa6199b77f34a0956a845a63a26539 (patch) | |
tree | 9f29a66db17fc246f9ed786adaa551f4e88d3707 | |
parent | profiles: Mask =net-misc/teamviewer-13.0.5693 for testing (diff) | |
download | gentoo-94758c5f3caa6199b77f34a0956a845a63a26539.tar.gz gentoo-94758c5f3caa6199b77f34a0956a845a63a26539.tar.bz2 gentoo-94758c5f3caa6199b77f34a0956a845a63a26539.zip |
media-sound/mpd: Add missing DEPEND
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | media-sound/mpd/mpd-0.20.12.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/mpd/mpd-0.20.12.ebuild b/media-sound/mpd/mpd-0.20.12.ebuild index 695a4b188efa..856bef046087 100644 --- a/media-sound/mpd/mpd-0.20.12.ebuild +++ b/media-sound/mpd/mpd-0.20.12.ebuild @@ -43,7 +43,10 @@ CDEPEND=" ao? ( media-libs/libao[alsa?,pulseaudio?] ) audiofile? ( media-libs/audiofile ) bzip2? ( app-arch/bzip2 ) - cdio? ( dev-libs/libcdio-paranoia ) + cdio? ( + dev-libs/libcdio:= + dev-libs/libcdio-paranoia + ) curl? ( net-misc/curl ) expat? ( dev-libs/expat ) faad? ( media-libs/faad2 ) |