summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-01-16 09:21:02 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-01-16 09:21:02 +0000
commitfde6e4898b43233d98b1f613de050c3d36359159 (patch)
tree7cf7b82323d95bca7f8e8ac7954ceb19b77b53d5 /net-analyzer/nmap
parentFix building with USE='lua' due to recent changes, wrt bug #452452. Thanks to... (diff)
downloadgentoo-2-fde6e4898b43233d98b1f613de050c3d36359159.tar.gz
gentoo-2-fde6e4898b43233d98b1f613de050c3d36359159.tar.bz2
gentoo-2-fde6e4898b43233d98b1f613de050c3d36359159.zip
Yet another(i hope - the last one) fix to sed commands
(Portage version: 2.2.0_alpha153/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/nmap-6.01.ebuild4
-rw-r--r--net-analyzer/nmap/nmap-6.25.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nmap/nmap-6.01.ebuild b/net-analyzer/nmap/nmap-6.01.ebuild
index 2cbb47583022..8440ea9c69e8 100644
--- a/net-analyzer/nmap/nmap-6.01.ebuild
+++ b/net-analyzer/nmap/nmap-6.01.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.01.ebuild,v 1.19 2013/01/16 09:18:19 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.20 2013/01/16 09:21:02 pinkbyte Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -76,7 +76,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
}
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
}