diff options
Diffstat (limited to 'media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.ebuild')
-rw-r--r-- | media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.ebuild b/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.ebuild index 9ea5f9126233..d1f5c0191dd7 100644 --- a/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.ebuild +++ b/media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.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-r1.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-r1.ebuild,v 1.4 2005/02/12 02:59:40 eradicator Exp $ IUSE="ipv6 ssl" SLOT="0" @@ -19,6 +19,6 @@ M4_VER="1.0" inherit xmms-plugin src_compile() { - myconf="${myconf} --enable-vorbis `use_enable ipv6``use_enable ssl` " + myconf="${myconf} --enable-vorbis $(use_enable ipv6) $(use_enable ssl)" xmms-plugin_src_compile } |