Diff ipv6calc-4.0.1 with a ipv6calc-4.0.1-r1

/usr/portage/net-misc/ipv6calc/ipv6calc-4.0.1-r1.ebuild 2023-10-09 14:52:34.656368480 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
......
9 9

  
10 10
LICENSE="GPL-2"
11 11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
12
KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
13 13
IUSE="cgi geoip test"
14 14
RESTRICT="!test? ( test )"
15 15

  
......
25 25
	test? ( dev-perl/Digest-SHA1 )
26 26
"
27 27

  
28
PATCHES=(
29
	"${FILESDIR}"/${PN}-4.0.1-underlinking.patch
30
)
31

  
28 32
src_configure() {
29 33
	# These options are broken.  You can't disable them.  That's
30 34
	# okay because we want then force enabled.
Thank you!