From eba644f0e8e47fd33d305924f2f32aac02452002 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Mon, 12 Jan 2009 21:08:22 +0000 Subject: Add use_enable for lame, bug 254545 (Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64) --- media-sound/mpd/ChangeLog | 7 +++++-- media-sound/mpd/mpd-0.14.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'media-sound') diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index 2e2451359b2d..3660b00efa03 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpd -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.147 2008/12/30 21:14:47 angelos Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.148 2009/01/12 21:08:22 angelos Exp $ + + 12 Jan 2009; Christoph Mende mpd-0.14.ebuild: + Add use_enable for lame, bug 254545 30 Dec 2008; Christoph Mende mpd-0.13.2.ebuild, mpd-0.14.ebuild: diff --git a/media-sound/mpd/mpd-0.14.ebuild b/media-sound/mpd/mpd-0.14.ebuild index c0d34fff2525..c524f6d82fb9 100644 --- a/media-sound/mpd/mpd-0.14.ebuild +++ b/media-sound/mpd/mpd-0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.3 2008/12/30 21:14:47 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.4 2009/01/12 21:08:22 angelos Exp $ EAPI=2 @@ -62,9 +62,10 @@ src_configure() { if use icecast; then myconf+=" $(use_enable vorbis shout_ogg) $(use_enable lame shout_mp3) - $(use_enable lame lametest)" + $(use_enable lame lametest) $(use_enable lame)" else - myconf+=" --disable-shout_ogg --disable-shout_mp3" + myconf+=" --disable-shout_ogg --disable-shout_mp3 --disable-lametest + --disable-lame" fi if use ogg && use flac; then -- cgit v1.2.3-65-gdbad