Diff wol-0.7.1-r4 with a wol-0.7.1-r5

/usr/portage/net-misc/wol/wol-0.7.1-r5.ebuild 2026-01-01 10:18:05.105583913 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2+"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
15 15
IUSE="nls"
16 16

  
17 17
PATCHES=(
......
19 19
	"${FILESDIR}/${P}-Fix-config.h-test-consumption.patch"
20 20
	"${FILESDIR}/${P}-Fix-malloc-detection.patch"
21 21
	"${FILESDIR}/${P}-linux-headers.patch"
22
	"${FILESDIR}/${P}-intl.patch"
22 23
)
23 24

  
24 25
src_prepare() {
25 26
	default
26 27

  
28
	# https://bugs.gentoo.org/945522
29
	rm -r intl/ lib/getopt.h || die
30

  
27 31
	# bug #874420
28 32
	eautoreconf
29 33
}
Thank you!