summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-11-14 11:53:47 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-11-14 11:53:47 +0000
commit51ea5a3e8196dd79d3e206bb9c814874bff8d2da (patch)
treef59b7545bc1e6923a365b91333fd83c536ff0683
parentFixed scimtablesettingplugin.moc issue, bug #227331. (diff)
downloadgentoo-2-51ea5a3e8196dd79d3e206bb9c814874bff8d2da.tar.gz
gentoo-2-51ea5a3e8196dd79d3e206bb9c814874bff8d2da.tar.bz2
gentoo-2-51ea5a3e8196dd79d3e206bb9c814874bff8d2da.zip
fixup econf call (missing backslash)
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
-rw-r--r--media-sound/mpd/ChangeLog5
-rw-r--r--media-sound/mpd/mpd-0.14_alpha1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 47edb24c1f16..b4775d2c9ce2 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.134 2008/11/10 16:33:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.135 2008/11/14 11:53:47 aballier Exp $
+
+ 14 Nov 2008; Alexis Ballier <aballier@gentoo.org> mpd-0.14_alpha1.ebuild:
+ fixup econf call (missing backslash)
10 Nov 2008; Christoph Mende <angelos@gentoo.org>
+files/mpd-0.14_alpha1-loglevel.patch, mpd-0.14_alpha1.ebuild:
diff --git a/media-sound/mpd/mpd-0.14_alpha1.ebuild b/media-sound/mpd/mpd-0.14_alpha1.ebuild
index dd5ebb87c651..7b1f8a9716f2 100644
--- a/media-sound/mpd/mpd-0.14_alpha1.ebuild
+++ b/media-sound/mpd/mpd-0.14_alpha1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14_alpha1.ebuild,v 1.3 2008/11/10 16:33:06 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14_alpha1.ebuild,v 1.4 2008/11/14 11:53:47 aballier Exp $
EAPI=1
@@ -93,7 +93,7 @@ src_compile() {
$(use_enable alsa) \
$(use_enable ao) \
$(use_enable audiofile) \
- $(use_enable curl)
+ $(use_enable curl) \
$(use_enable ffmpeg) \
$(use_enable flac) \
$(use_enable id3) \