summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-11-03 07:16:11 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-11-03 07:16:11 +0000
commitcfa766f476d10a71cb9a6b8f894cbe0a0af953a8 (patch)
tree318264af36155ce1e4771027ca9a6b5c9616b7de /media-sound/audacious
parentAdded gtk USE flag, bug #196742. (diff)
downloadgentoo-2-cfa766f476d10a71cb9a6b8f894cbe0a0af953a8.tar.gz
gentoo-2-cfa766f476d10a71cb9a6b8f894cbe0a0af953a8.tar.bz2
gentoo-2-cfa766f476d10a71cb9a6b8f894cbe0a0af953a8.zip
Compile-fix, missing \ in the econf options.
(Portage version: 2.1.3.16)
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) \