Diff netcat-110.20180111-r1 with a netcat-110.20180111-r2

/usr/portage/net-analyzer/netcat/netcat-110.20180111-r2.ebuild 2023-10-09 14:52:33.324368447 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs flag-o-matic
7 7

  
......
13 13

  
14 14
LICENSE="netcat"
15 15
SLOT="0"
16
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
16
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
17 17
IUSE="ipv6 static"
18 18

  
19
PATCHES=(
20
	"${FILESDIR}/${P}-variadic-holler.patch"
21
)
22

  
19 23
src_prepare() {
20 24
	default
21 25

  
Thank you!