From 45a4e59508bdae9938c2047389d563935990ed76 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 2 Aug 2016 11:51:20 -0400 Subject: media-sound/pianobar: version bump to 2016.06.02 --- media-sound/pianobar/pianobar-9999.ebuild | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'media-sound/pianobar/pianobar-9999.ebuild') diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild index 0b27aa69c6e4..e9e761994c64 100644 --- a/media-sound/pianobar/pianobar-9999.ebuild +++ b/media-sound/pianobar/pianobar-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 inherit toolchain-funcs flag-o-matic multilib if [[ ${PV} == 9999 ]]; then @@ -23,21 +23,15 @@ IUSE="static-libs" RDEPEND="media-libs/libao net-misc/curl dev-libs/libgcrypt:0= - dev-libs/json-c + dev-libs/json-c:= >=virtual/ffmpeg-9" DEPEND="${RDEPEND} virtual/pkgconfig" -src_prepare() { - sed -e '/@echo /d' \ - -e 's/@${CC}/${CC}/' \ - -i Makefile || die -} - src_compile() { append-cflags -std=c99 tc-export CC - emake DYNLINK=1 + emake V=1 DYNLINK=1 } src_install() { -- cgit v1.2.3-65-gdbad