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 6EAAD158094 for ; Tue, 19 Jul 2022 15:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A90CBE0874; Tue, 19 Jul 2022 15:09:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 811C0E0874 for ; Tue, 19 Jul 2022 15:09:39 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BCE3340ED3 for ; Tue, 19 Jul 2022 15:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F1CD7F for ; Tue, 19 Jul 2022 15:09:37 +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: <1658243370.82dd30fa966e703982dfed6e6cf258f2fa0405fb.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-7.92-r1.ebuild net-analyzer/nmap/nmap-7.92-r2.ebuild 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: 82dd30fa966e703982dfed6e6cf258f2fa0405fb X-VCS-Branch: master Date: Tue, 19 Jul 2022 15:09:37 +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: 26e20561-b126-45e2-a3e4-6683e415ad6e X-Archives-Hash: 0c95016786e55956e59b713e05b670d8 commit: 82dd30fa966e703982dfed6e6cf258f2fa0405fb Author: Sam James gentoo org> AuthorDate: Tue Jul 19 15:08:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 19 15:09:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82dd30fa net-analyzer/nmap: add blockers on netcat Closes: https://bugs.gentoo.org/858365 Signed-off-by: Sam James gentoo.org> net-analyzer/nmap/{nmap-7.92-r1.ebuild => nmap-7.92-r2.ebuild} | 4 ++++ net-analyzer/nmap/nmap-9999.ebuild | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/net-analyzer/nmap/nmap-7.92-r1.ebuild b/net-analyzer/nmap/nmap-7.92-r2.ebuild similarity index 97% rename from net-analyzer/nmap/nmap-7.92-r1.ebuild rename to net-analyzer/nmap/nmap-7.92-r2.ebuild index 752a2273e4f7..699b452ebd6e 100644 --- a/net-analyzer/nmap/nmap-7.92-r1.ebuild +++ b/net-analyzer/nmap/nmap-7.92-r2.ebuild @@ -45,6 +45,10 @@ RDEPEND=" ) nse? ( sys-libs/zlib ) ssl? ( dev-libs/openssl:0= ) + symlink? ( + !net-analyzer/netcat + !net-analyzer/openbsd-netcat + ) system-lua? ( ${LUA_DEPS} ) " DEPEND="${RDEPEND}" diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 3b55f48a5dbd..62661ccfa927 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -23,7 +23,7 @@ else SRC_URI="https://nmap.org/dist/${P}.tar.bz2" SRC_URI+=" verify-sig? ( https://nmap.org/dist/sigs/${P}.tar.bz2.asc )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" LICENSE="|| ( NPSL GPL-2 )" fi @@ -45,6 +45,12 @@ RDEPEND=" ) nse? ( sys-libs/zlib ) ssl? ( dev-libs/openssl:0= ) + symlink? ( + ncat? ( + !net-analyzer/netcat + !net-analyzer/openbsd-netcat + ) + ) system-lua? ( ${LUA_DEPS} ) " DEPEND="${RDEPEND}"