diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-11-05 11:23:45 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-11-05 11:24:08 +0100 |
commit | 359addeb25b759f5c0f34fa721e48b2fb1384173 (patch) | |
tree | 00b7f48995ee723d5fcbdcd18052098f154ceed0 /media-sound | |
parent | net-analyzer/pmacct: Version bump. (diff) | |
download | gentoo-359addeb25b759f5c0f34fa721e48b2fb1384173.tar.gz gentoo-359addeb25b759f5c0f34fa721e48b2fb1384173.tar.bz2 gentoo-359addeb25b759f5c0f34fa721e48b2fb1384173.zip |
media-sound/ncmpcpp: Update live ebuild.
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 63f102a9705e..ea7e92f66c8d 100644 --- a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 - -inherit autotools eutils git-r3 +EAPI=6 +inherit autotools git-r3 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" HOMEPAGE="http://ncmpcpp.rybczak.net/" @@ -23,8 +22,11 @@ RDEPEND=" sys-libs/readline:* curl? ( net-misc/curl ) taglib? ( media-libs/taglib ) - unicode? ( dev-libs/boost:=[icu] ) - visualizer? ( sci-libs/fftw:3.0 ) + unicode? ( + dev-libs/boost:=[icu] + dev-libs/icu:= + ) + visualizer? ( sci-libs/fftw:3.0= ) " DEPEND=" ${RDEPEND} @@ -32,6 +34,8 @@ DEPEND=" " src_prepare() { + default + sed -i -e '/^docdir/d' {,doc/}Makefile.am || die sed -i -e 's|COPYING||g' Makefile.am || die eautoreconf |