Diff peewee-3.19.0 with a peewee-4.0.1

/usr/portage/dev-python/peewee/peewee-4.0.1.ebuild 2026-03-11 11:46:08.216427179 +0300
22 22

  
23 23
LICENSE="BSD"
24 24
SLOT="0"
25
KEYWORDS="amd64 ~arm64 ~riscv x86"
25
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
26 26
IUSE="examples +native-extensions test"
27 27
RESTRICT="!test? ( test )"
28 28

  
......
33 33
	${DEPEND}
34 34
"
35 35
BDEPEND="
36
	dev-python/cython[${PYTHON_USEDEP}]
36
	native-extensions? (
37
		dev-python/cython[${PYTHON_USEDEP}]
38
	)
37 39
	test? (
38 40
		dev-db/postgresql
39 41
		dev-python/psycopg:0[${PYTHON_USEDEP}]
Thank you!