From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 533BC158083 for ; Sun, 1 Sep 2024 09:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FCE0E2AB0; Sun, 1 Sep 2024 09:04:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51576E2AB0 for ; Sun, 1 Sep 2024 09:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42C8E343086 for ; Sun, 1 Sep 2024 09:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A817E1671 for ; Sun, 1 Sep 2024 09:04:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725181462.16c922b4fd1d889ded3196b5aa37d6c9e511c8aa.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16c922b4fd1d889ded3196b5aa37d6c9e511c8aa X-VCS-Branch: master Date: Sun, 1 Sep 2024 09:04:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df0b1dbb-aca0-4464-91dc-93a9c8e9efd4 X-Archives-Hash: ef07375d1545575e61338fc7e273436d commit: 16c922b4fd1d889ded3196b5aa37d6c9e511c8aa Author: Sam James gentoo org> AuthorDate: Sun Sep 1 07:41:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 1 09:04:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c922b4 net-analyzer/nmap: fix libpcre configure arg Not going to touch the older ebuilds as they work fine for now. Closes: https://bugs.gentoo.org/937837 Signed-off-by: Sam James gentoo.org> net-analyzer/nmap/nmap-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 0fa4d25ff5fa..a93dbd521953 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -154,7 +154,7 @@ src_configure() { # The bundled libdnet is incompatible with the version available in the # tree, so we cannot use the system library here. --with-libdnet=included - --with-pcre="${ESYSROOT}"/usr + --with-libpcre="${ESYSROOT}"/usr --without-dpdk )