summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r--net-analyzer/hping/ChangeLog5
-rw-r--r--net-analyzer/hping/hping-3_pre20051105-r5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
index 7d439a505f77..c536b568cb3e 100644
--- a/net-analyzer/hping/ChangeLog
+++ b/net-analyzer/hping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hping
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.62 2013/11/11 15:12:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.63 2013/11/12 00:16:46 jer Exp $
+
+ 12 Nov 2013; Jeroen Roovers <jer@gentoo.org> hping-3_pre20051105-r5.ebuild:
+ Use usex.
11 Nov 2013; Jeroen Roovers <jer@gentoo.org>
files/hping-3_pre20051105-tclsh-proper-escaping.patch:
diff --git a/net-analyzer/hping/hping-3_pre20051105-r5.ebuild b/net-analyzer/hping/hping-3_pre20051105-r5.ebuild
index be4a310cc8b8..93e983ef8aad 100644
--- a/net-analyzer/hping/hping-3_pre20051105-r5.ebuild
+++ b/net-analyzer/hping/hping-3_pre20051105-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild,v 1.1 2013/11/11 14:53:16 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild,v 1.2 2013/11/12 00:16:46 jer Exp $
EAPI=5
@@ -52,7 +52,7 @@ src_configure() {
tc-export CC
# Not an autotools type configure:
- sh configure $(use tcl || echo --no-tcl) || die "configure failed"
+ sh configure $(usex tcl '' --no-tcl) || die "configure failed"
}
src_compile() {