Сравнение dhcpcd-10.2.2 с dhcpcd-10.3.0

/usr/portage/net-misc/dhcpcd/dhcpcd-10.3.0.ebuild 2026-01-08 10:18:06.739008352 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15
	SRC_URI="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v${PV}/${MY_P}.tar.xz"
16 16
	S="${WORKDIR}/${MY_P}"
17 17

  
18
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
18
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
19 19
fi
20 20

  
21 21
DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
......
46 46
	consttime_memequal
47 47
	SHA256_Init
48 48
	hmac
49
	timingsafe_bcmp
49 50
	# These may exist on some glibc versions, but the checks fail due to
50 51
	# -Werror / undefined reference no matter what. bug #924825
51 52
	arc4random
Спасибо!