summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-12 03:42:30 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-12 03:42:30 +0000
commitf58d0f5fb3aee810bfd880f275789a4f2eb4e86b (patch)
tree7a7695f1a4ed76aec5fd3ee4253039a2fda45cf8 /net-misc/axel/axel-1.0a.ebuild
parentFix use invocation (diff)
downloadhistorical-f58d0f5fb3aee810bfd880f275789a4f2eb4e86b.tar.gz
historical-f58d0f5fb3aee810bfd880f275789a4f2eb4e86b.tar.bz2
historical-f58d0f5fb3aee810bfd880f275789a4f2eb4e86b.zip
Fix use invocation
Diffstat (limited to 'net-misc/axel/axel-1.0a.ebuild')
-rw-r--r--net-misc/axel/axel-1.0a.ebuild6
1 files changed, 3 insertions, 3 deletions
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 \