From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0C111384B4 for ; Sat, 14 Nov 2015 09:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E81921C01C; Sat, 14 Nov 2015 09:55:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E456921C01C for ; Sat, 14 Nov 2015 09:55:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF8C2340686 for ; Sat, 14 Nov 2015 09:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B5AA1A8 for ; Sat, 14 Nov 2015 09:55:17 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1447494913.b2a93264f88e3950b40de270af6bbc49a374144d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nmap/nmap-6.49_beta6.ebuild net-analyzer/nmap/nmap-9999.ebuild X-VCS-Directories: net-analyzer/nmap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b2a93264f88e3950b40de270af6bbc49a374144d X-VCS-Branch: master Date: Sat, 14 Nov 2015 09:55:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf67b38a-a814-4564-8110-dd6e8f983cbe X-Archives-Hash: ba27b94cde23862a76c82507cd24963d commit: b2a93264f88e3950b40de270af6bbc49a374144d Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 14 09:54:50 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 14 09:55:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a93264 net-analyzer/nmap: Drop space. Package-Manager: portage-2.2.24 net-analyzer/nmap/nmap-6.49_beta6.ebuild | 2 +- 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 26dd911..07bc0c8 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 694b1eb..813a279 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() {