diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 20:59:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 20:59:14 +0000 |
commit | ec14878ef318ef1f49502d05c3a2983861378cd2 (patch) | |
tree | 8a500c7625863b952613b99e26a8332a7f9957ae /net-dialup/speedtouch/speedtouch-1.1.ebuild | |
parent | only enable faac when we are not on ia64 or alpha in src_compile (Manifest re... (diff) | |
download | gentoo-2-ec14878ef318ef1f49502d05c3a2983861378cd2.tar.gz gentoo-2-ec14878ef318ef1f49502d05c3a2983861378cd2.tar.bz2 gentoo-2-ec14878ef318ef1f49502d05c3a2983861378cd2.zip |
Fix use invocation
Diffstat (limited to 'net-dialup/speedtouch/speedtouch-1.1.ebuild')
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/speedtouch/speedtouch-1.1.ebuild b/net-dialup/speedtouch/speedtouch-1.1.ebuild index db6eb3b7d8f0..ff3038708711 100644 --- a/net-dialup/speedtouch/speedtouch-1.1.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.1.ebuild,v 1.8 2003/09/07 00:09:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.1.ebuild,v 1.9 2004/06/09 20:59:14 agriffis Exp $ DESCRIPTION="GPL Driver for the Alcatel Speedtouch USB under *nix" HOMEPAGE="http://speedtouch.sf.net/" @@ -16,7 +16,7 @@ RDEPEND=">=net-dialup/ppp-2.4.1" src_compile() { local myconf - [ `use debug` ] && myconf="--enable-debug" + use debug && myconf="--enable-debug" use static && myconf="${myconf} --enable-static" sed 's/^C$/#&/' < configure > configure.new |