Diff coreutils-9.11-r1 with a coreutils-9999

/usr/portage/sys-apps/coreutils/coreutils-9999.ebuild 2026-06-15 19:17:06.475509253 +0300
9 9
#
10 10
# Also recommend subscribing to the coreutils and bug-coreutils MLs.
11 11

  
12
PYTHON_COMPAT=( python3_{12..14} )
12
PYTHON_COMPAT=( python3_{11..14} )
13 13
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
14 14
inherit branding flag-o-matic python-any-r1 toolchain-funcs verify-sig
15 15

  
......
33 33
		verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
34 34
	"
35 35

  
36
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
36
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
37 37
fi
38 38

  
39 39
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"
......
118 118
	local PATCHES=(
119 119
		"${FILESDIR}"/${PN}-9.5-skip-readutmp-test.patch
120 120
		# Upstream patches
121
		"${FILESDIR}"/${PN}-9.11-tee.patch
122 121
	)
123 122

  
124 123
	if ! use vanilla && [[ -d "${WORKDIR}"/${MY_PATCH} ]] ; then
Thank you!