diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-12 03:42:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-12 03:42:30 +0000 |
commit | b56374bbc3b63e3bdda2a308ee17bffb6c1226a2 (patch) | |
tree | 76fa398c46252d352550cedfdff7def24d026c1c /net-misc/axel | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-b56374bbc3b63e3bdda2a308ee17bffb6c1226a2.tar.gz gentoo-2-b56374bbc3b63e3bdda2a308ee17bffb6c1226a2.tar.bz2 gentoo-2-b56374bbc3b63e3bdda2a308ee17bffb6c1226a2.zip |
Fix use invocation
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0a.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog index 2da8c6488106..689b8d0810fc 100644 --- a/net-misc/axel/ChangeLog +++ b/net-misc/axel/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-misc/axel -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: + 11 Jun 2004; Aron Griffis <agriffis@gentoo.org> axel-1.0a.ebuild: + Fix use invocation + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild index 4777d8f90d2f..6c3be32c4690 100644 --- a/net-misc/axel/axel-1.0a.ebuild +++ b/net-misc/axel/axel-1.0a.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-misc/axel/axel-1.0a.ebuild,v 1.9 2003/08/03 03:47:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.10 2004/06/12 03:40:30 agriffis Exp $ DESCRIPTION="light Unix download accelerator" HOMEPAGE="http://www.lintux.cx/axel.html" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc" src_compile() { cd work/${P} local myconf - [ `use debug` ] && myconf="--debug=1 --strip=0" + use debug && myconf="--debug=1 --strip=0" ./configure \ --prefix=/usr \ --etcdir=/etc \ |