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 | |
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')
-rw-r--r-- | media-plugins/xmms-vorbis/xmms-vorbis-1.2.10-r1.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/xmms-vorbis/xmms-vorbis-1.2.10.ebuild | 4 |
2 files changed, 4 insertions, 4 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 } 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 } |