Сравнение filebytes-0.10.2 с filebytes-9999

/usr/portage/dev-python/filebytes/filebytes-9999.ebuild 2026-07-03 20:03:04.908733374 +0300
16 16
	EGIT_REPO_URI="https://github.com/sashs/filebytes"
17 17
else
18 18
	SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
19
	KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
19
	KEYWORDS="~amd64 ~x86"
20 20
fi
21 21

  
22 22
LICENSE="BSD"
23 23
SLOT="0"
24 24

  
25
PATCHES=(
26
	"${FILESDIR}"/${PN}-0.10.2-py314.patch
27
)
28

  
29 25
python_test() {
30 26
	"${EPYTHON}" -  <<-EOF || die "Tests failed with ${EPYTHON}"
31 27
		from filebytes.elf import *
Спасибо!