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 6B4EE13888F for ; Tue, 27 Oct 2015 03:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71404E081C; Tue, 27 Oct 2015 03:46:25 +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 C820AE081C for ; Tue, 27 Oct 2015 03:46:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7058534085B for ; Tue, 27 Oct 2015 03:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC4216A0 for ; Tue, 27 Oct 2015 03:46:18 +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: <1445917574.36b6f04e3677f51e0d1ccca84b1a100f38e9ef28.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-9999.ebuild X-VCS-Directories: net-analyzer/nmap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 36b6f04e3677f51e0d1ccca84b1a100f38e9ef28 X-VCS-Branch: master Date: Tue, 27 Oct 2015 03:46:18 +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: 4095fdc7-ecc2-4614-8342-5639725b4836 X-Archives-Hash: 86b3cf74328317390db4e37fcbc31887 commit: 36b6f04e3677f51e0d1ccca84b1a100f38e9ef28 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 27 03:45:26 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Oct 27 03:46:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b6f04e net-analyzer/nmap: Build liblua first (bug #564072 by Macintosh). Package-Manager: portage-2.2.23 net-analyzer/nmap/nmap-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index f72ca71..694b1eb 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -120,6 +120,7 @@ src_configure() { src_compile() { local dep deps="build-dnet build-nbase build-nsock build-netutil" + use system-lua || deps="build-lua ${deps}" for dep in ${deps}; do emake makefile.dep ${dep}