summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-02-12 02:59:40 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-02-12 02:59:40 +0000
commit90e4774cc9e769031a7d945d25e883bac4beef6a (patch)
treee90623d21b46ffaf2f1d91d24b82519ca78bc155 /media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild
parentFix global scope use_enable. (diff)
downloadgentoo-2-90e4774cc9e769031a7d945d25e883bac4beef6a.tar.gz
gentoo-2-90e4774cc9e769031a7d945d25e883bac4beef6a.tar.bz2
gentoo-2-90e4774cc9e769031a7d945d25e883bac4beef6a.zip
`` -> $()
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild')
-rw-r--r--media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild b/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild
index 24a5051689ae..488737eefd85 100644
--- a/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild
+++ b/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild,v 1.3 2005/02/12 02:53:04 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild,v 1.4 2005/02/12 02:59:40 eradicator Exp $
IUSE="ipv6"
SLOT="0"
@@ -16,6 +16,6 @@ M4_VER="1.0"
inherit xmms-plugin
src_compile() {
- myconf="${myconf} --enable-vorbis `use_enable ipv6`"
+ myconf="${myconf} --enable-vorbis $(use_enable ipv6)"
xmms-plugin_src_compile
}