commit: 25e5315c5470b97446e1074c787440883db7fd34 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jan 9 05:15:55 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 10 08:34:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e5315c
net-analyzer/nmap: fix LICENSE Apologies for missing this before - for some reason (it was in October, so I can't recall exactly) I didn't update LICENSE with the 7.93 bump (perhaps thought the issue wasn't resolved b/c upstream bug still open...?) Bug: https://github.com/nmap/nmap/issues/2199 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/nmap/{nmap-7.93.ebuild => nmap-7.93-r1.ebuild} | 5 +++-- net-analyzer/nmap/nmap-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net-analyzer/nmap/nmap-7.93.ebuild b/net-analyzer/nmap/nmap-7.93-r1.ebuild similarity index 97% rename from net-analyzer/nmap/nmap-7.93.ebuild rename to net-analyzer/nmap/nmap-7.93-r1.ebuild index 1c9da575583a..58b6435c8550 100644 --- a/net-analyzer/nmap/nmap-7.93.ebuild +++ b/net-analyzer/nmap/nmap-7.93-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,8 @@ else KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="|| ( NPSL GPL-2 )" +# https://github.com/nmap/nmap/issues/2199 +LICENSE="NPSL-0.94" SLOT="0" IUSE="ipv6 libssh2 ncat nping +nse ssl symlink +system-lua" REQUIRED_USE=" diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 747d81979e00..cb3c5fa1e068 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -27,7 +27,8 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="|| ( NPSL GPL-2 )" +# https://github.com/nmap/nmap/issues/2199 +LICENSE="NPSL-0.94" SLOT="0" IUSE="ipv6 libssh2 ncat ndiff nping nls +nse ssl symlink +system-lua zenmap" REQUIRED_USE="
