summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2006-12-09 13:25:04 +0000
committerCédric Krier <cedk@gentoo.org>2006-12-09 13:25:04 +0000
commit801d4f1084f23c5a791b96d89bf6eb4e435b1b9b (patch)
tree6e0fefe5cec112d922fea1cf15dc3355e510b530 /net-analyzer
parentAdding =app-arch/tar-1.16-r2 to the mask (suffers the same problem as 1.15.91). (diff)
downloadgentoo-2-801d4f1084f23c5a791b96d89bf6eb4e435b1b9b.tar.gz
gentoo-2-801d4f1084f23c5a791b96d89bf6eb4e435b1b9b.tar.bz2
gentoo-2-801d4f1084f23c5a791b96d89bf6eb4e435b1b9b.zip
Fix tcltk flag for bug #157597
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hping/ChangeLog5
-rw-r--r--net-analyzer/hping/hping-3_pre20051105.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
index edf1674a34b4..0c6b910efe8e 100644
--- a/net-analyzer/hping/ChangeLog
+++ b/net-analyzer/hping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hping
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.38 2006/11/13 23:11:41 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.39 2006/12/09 13:25:04 cedk Exp $
+
+ 09 Dec 2006; Cedric Krier <cedk@gentoo.org> hping-3_pre20051105.ebuild:
+ Fix tcltk flag for bug #157597
*hping-3_pre20051105 (13 Nov 2006)
diff --git a/net-analyzer/hping/hping-3_pre20051105.ebuild b/net-analyzer/hping/hping-3_pre20051105.ebuild
index d4da27f5107c..46d316d8084f 100644
--- a/net-analyzer/hping/hping-3_pre20051105.ebuild
+++ b/net-analyzer/hping/hping-3_pre20051105.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105.ebuild,v 1.1 2006/11/13 23:11:41 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105.ebuild,v 1.2 2006/12/09 13:25:04 cedk Exp $
inherit eutils toolchain-funcs
@@ -34,7 +34,7 @@ src_unpack() {
src_compile() {
myconf=""
- use tcltk || myconf="--no-tcl"
+ use tcl || myconf="--no-tcl"
econf ${myconf} || die "configure failed"
if use debug; then