diff options
author | Sam James <sam@gentoo.org> | 2024-04-30 07:41:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-30 07:41:01 +0100 |
commit | 7ab44b7f9f5f46f8864ec8c1564b9916128c17d4 (patch) | |
tree | 9deb2b8ef20d8ab816c0a2dc8a60f940c82ca29c /net-analyzer/nmap | |
parent | sys-apps/eza: add 0.18.13 (diff) | |
download | gentoo-7ab44b7f9f5f46f8864ec8c1564b9916128c17d4.tar.gz gentoo-7ab44b7f9f5f46f8864ec8c1564b9916128c17d4.tar.bz2 gentoo-7ab44b7f9f5f46f8864ec8c1564b9916128c17d4.zip |
net-analyzer/nmap: Stabilize 7.94-r1 ppc64, #930960
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-7.94-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-7.94-r1.ebuild b/net-analyzer/nmap/nmap-7.94-r1.ebuild index 9050bebb7efe..52851938ccf2 100644 --- a/net-analyzer/nmap/nmap-7.94-r1.ebuild +++ b/net-analyzer/nmap/nmap-7.94-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,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 ~riscv ~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" fi SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-7.94-patches.tar.xz" |