diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-11-12 00:16:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-11-12 00:16:46 +0000 |
commit | 1bf54f36072cb969255e4c63a05bffca1c83a66c (patch) | |
tree | 3987723c0b0201d59d76d12db618c0d947d90fe7 /net-analyzer/hping | |
parent | Version bump. (diff) | |
download | gentoo-2-1bf54f36072cb969255e4c63a05bffca1c83a66c.tar.gz gentoo-2-1bf54f36072cb969255e4c63a05bffca1c83a66c.tar.bz2 gentoo-2-1bf54f36072cb969255e4c63a05bffca1c83a66c.zip |
Use usex.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/hping/hping-3_pre20051105-r5.ebuild | 4 |
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() { |