diff options
author | 2004-06-08 00:57:58 +0000 | |
---|---|---|
committer | 2004-06-08 00:57:58 +0000 | |
commit | 5058e26c2439e47e3115c870fd21230913fcaba1 (patch) | |
tree | 54a0d0e15157b34de4b6e1fefe228604778c0ab2 /media-sound/lame/lame-3.93.1-r1.ebuild | |
parent | Fix use invocation and add DEPEND on >=sed-4 (Manifest recommit) (diff) | |
download | gentoo-2-5058e26c2439e47e3115c870fd21230913fcaba1.tar.gz gentoo-2-5058e26c2439e47e3115c870fd21230913fcaba1.tar.bz2 gentoo-2-5058e26c2439e47e3115c870fd21230913fcaba1.zip |
Fix use invocation
Diffstat (limited to 'media-sound/lame/lame-3.93.1-r1.ebuild')
-rw-r--r-- | media-sound/lame/lame-3.93.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lame/lame-3.93.1-r1.ebuild b/media-sound/lame/lame-3.93.1-r1.ebuild index 64082b3d5918..95f56ab391fb 100644 --- a/media-sound/lame/lame-3.93.1-r1.ebuild +++ b/media-sound/lame/lame-3.93.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.14 2004/05/06 09:13:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.15 2004/06/08 00:57:58 agriffis Exp $ inherit flag-o-matic gcc @@ -39,7 +39,7 @@ src_compile() { myconf="${myconf} --enable-mp3x" fi - [ `use debug` ] \ + use debug \ && myconf="${myconf} --enable-debug=yes" \ || myconf="${myconf} --enable-debug=no" |