diff options
author | Sam James <sam@gentoo.org> | 2023-01-09 05:15:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-10 08:34:43 +0000 |
commit | 25e5315c5470b97446e1074c787440883db7fd34 (patch) | |
tree | df97cd5fadb326ee62ceff11ef6f6696cc17855a /net-analyzer/nmap | |
parent | licenses: add NPSL-0.94 (diff) | |
download | gentoo-25e5315c5470b97446e1074c787440883db7fd34.tar.gz gentoo-25e5315c5470b97446e1074c787440883db7fd34.tar.bz2 gentoo-25e5315c5470b97446e1074c787440883db7fd34.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-7.93-r1.ebuild (renamed from net-analyzer/nmap/nmap-7.93.ebuild) | 5 | ||||
-rw-r--r-- | 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 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=" |