diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:55:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 17:55:23 +0000 |
commit | db43b94e3c40837f0ba5b927f5a979d96ad0546a (patch) | |
tree | 1a682690c2787ea95257d38fc27c0bdcc5a4fbf9 /net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild | |
parent | Fix use invocation (diff) | |
download | historical-db43b94e3c40837f0ba5b927f5a979d96ad0546a.tar.gz historical-db43b94e3c40837f0ba5b927f5a979d96ad0546a.tar.bz2 historical-db43b94e3c40837f0ba5b927f5a979d96ad0546a.zip |
Fix use invocation
Diffstat (limited to 'net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild index 350f4f7e1463..737c2df32273 100644 --- a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc2-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/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.7 2004/06/05 13:17:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.8 2004/06/09 17:55:23 agriffis Exp $ inherit eutils @@ -20,7 +20,7 @@ src_compile() { ./configure || die - if [ `use debug` ] + if use debug then make CCOPT="${CFLAGS}" || die else |