diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-11-14 10:54:50 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-11-14 10:55:13 +0100 |
commit | b2a93264f88e3950b40de270af6bbc49a374144d (patch) | |
tree | 8c6a1dc789c208c80ca90edb1bab69150452dc7a /net-analyzer/nmap | |
parent | www-client/seamonkey: Use correct mozconfig eclass for 2.39 (diff) | |
download | gentoo-b2a93264f88e3950b40de270af6bbc49a374144d.tar.gz gentoo-b2a93264f88e3950b40de270af6bbc49a374144d.tar.bz2 gentoo-b2a93264f88e3950b40de270af6bbc49a374144d.zip |
net-analyzer/nmap: Drop space.
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-6.49_beta6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-6.49_beta6.ebuild b/net-analyzer/nmap/nmap-6.49_beta6.ebuild index 26dd9112efc0..07bc0c8a8737 100644 --- a/net-analyzer/nmap/nmap-6.49_beta6.ebuild +++ b/net-analyzer/nmap/nmap-6.49_beta6.ebuild @@ -128,7 +128,7 @@ src_configure() { src_compile() { emake \ AR=$(tc-getAR) \ - RANLIB=$(tc-getRANLIB ) + RANLIB=$(tc-getRANLIB) } src_install() { diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 694b1eba4737..813a279b2ef8 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -128,7 +128,7 @@ src_compile() { emake \ AR=$(tc-getAR) \ - RANLIB=$(tc-getRANLIB ) + RANLIB=$(tc-getRANLIB) } src_install() { |