summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/audacious')
-rw-r--r--media-sound/audacious/ChangeLog6
-rw-r--r--media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index 3a007278910c..feb5964e163b 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.126 2007/11/03 00:56:00 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.127 2007/11/03 07:16:11 robbat2 Exp $
+
+ 03 Nov 2007; Robin H. Johnson <robbat2@gentoo.org>
+ audacious-1.4.0_rc1-r1.ebuild:
+ Compile-fix, missing \ in the econf options.
*audacious-1.4.0_rc1-r1 (03 Nov 2007)
diff --git a/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild b/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild
index 3880ec72dcbe..692e0064810c 100644
--- a/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild
+++ b/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v 1.1 2007/11/03 00:56:00 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.4.0_rc1-r1.ebuild,v 1.2 2007/11/03 07:16:11 robbat2 Exp $
inherit flag-o-matic
@@ -33,7 +33,7 @@ PDEPEND=">=media-plugins/audacious-plugins-1.4.0_rc1"
src_compile() {
econf \
- --enable-dbus
+ --enable-dbus \
--enable-samplerate \
$(use_enable chardet) \
$(use_enable nls) \