diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-12 02:59:40 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-12 02:59:40 +0000 |
commit | 90e4774cc9e769031a7d945d25e883bac4beef6a (patch) | |
tree | e90623d21b46ffaf2f1d91d24b82519ca78bc155 /media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild | |
parent | Fix global scope use_enable. (diff) | |
download | gentoo-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.ebuild | 4 |
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 } |