commit: 359addeb25b759f5c0f34fa721e48b2fb1384173 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Nov 5 10:23:45 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Nov 5 10:24:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359addeb
media-sound/ncmpcpp: Update live ebuild. Package-Manager: portage-2.3.2 media-sound/ncmpcpp/ncmpcpp-9999.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-9999.ebuild b/media-sound/ncmpcpp/ncmpcpp-9999.ebuild index 63f102a..ea7e92f 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
