diff options
author | 2013-01-16 09:21:07 +0000 | |
---|---|---|
committer | 2013-01-16 09:21:07 +0000 | |
commit | 9fc7b21bdc5a97272c28abf1c9510d3a61f489f4 (patch) | |
tree | ad33f2aa0b242c615c3ea91b9d4b2fd3f5ce3996 /net-analyzer/nmap/nmap-6.25.ebuild | |
parent | Fix building with USE='lua' due to recent changes, wrt bug #452452. Thanks to... (diff) | |
download | historical-9fc7b21bdc5a97272c28abf1c9510d3a61f489f4.tar.gz historical-9fc7b21bdc5a97272c28abf1c9510d3a61f489f4.tar.bz2 historical-9fc7b21bdc5a97272c28abf1c9510d3a61f489f4.zip |
Yet another(i hope - the last one) fix to sed commands
Package-Manager: portage-2.2.0_alpha153/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/nmap/nmap-6.25.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-6.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-6.25.ebuild b/net-analyzer/nmap/nmap-6.25.ebuild index 22ec31ca75cc..660847a11035 100644 --- a/net-analyzer/nmap/nmap-6.25.ebuild +++ b/net-analyzer/nmap/nmap-6.25.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/nmap/nmap-6.25.ebuild,v 1.8 2013/01/16 09:18:19 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.9 2013/01/16 09:21:02 pinkbyte Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -107,7 +107,7 @@ src_prepare() { # respect AR and RANLIB, wrt bug #445524 tc-export AR RANLIB sed -i -e '/^RANLIB/d' -e '/^AR/d' liblinear/{,blas}/Makefile || die - sed -i -e '/^RANLIB/d' -e "/^AR/s/ar/$(tc-getAR)" liblua/Makefile || die + sed -i -e '/^RANLIB/d' -e "/^AR/s/ar/$(tc-getAR)/" liblua/Makefile || die sed -i -e '/^AR/d' {libnetutil,libpcre,nbase,nsock/src}/Makefile.in || die } |