Diff breezy-3.3.3 with a breezy-3.3.4

/usr/portage/dev-vcs/breezy/breezy-3.3.4.ebuild 2023-10-09 14:52:31.012368388 +0300
6 6
DISTUTILS_EXT=1
7 7
DISTUTILS_USE_PEP517=setuptools
8 8
DISTUTILS_SINGLE_IMPL=1
9
PYTHON_COMPAT=( python3_{10..11} )
9
PYTHON_COMPAT=( python3_{10..12} )
10 10

  
11 11
CRATES="
12
	aho-corasick@1.0.2
12
	aho-corasick@1.0.5
13 13
	autocfg@1.1.0
14 14
	bitflags@1.3.2
15 15
	cfg-if@1.0.0
......
17 17
	lazy_static@1.4.0
18 18
	libc@0.2.147
19 19
	lock_api@0.4.10
20
	memchr@2.5.0
20
	memchr@2.6.3
21 21
	memoffset@0.9.0
22 22
	once_cell@1.18.0
23 23
	parking_lot@0.12.1
24 24
	parking_lot_core@0.9.8
25 25
	proc-macro2@1.0.66
26
	pyo3-build-config@0.19.1
27
	pyo3-ffi@0.19.1
28
	pyo3-macros-backend@0.19.1
29
	pyo3-macros@0.19.1
30
	pyo3@0.19.1
31
	quote@1.0.31
26
	pyo3-build-config@0.19.2
27
	pyo3-ffi@0.19.2
28
	pyo3-macros-backend@0.19.2
29
	pyo3-macros@0.19.2
30
	pyo3@0.19.2
31
	quote@1.0.33
32 32
	redox_syscall@0.3.5
33
	regex-automata@0.3.3
34
	regex-syntax@0.7.4
35
	regex@1.9.1
33
	regex-automata@0.3.8
34
	regex-syntax@0.7.5
35
	regex@1.9.5
36 36
	scopeguard@1.2.0
37 37
	smallvec@1.11.0
38 38
	syn@1.0.109
39
	target-lexicon@0.12.10
39
	target-lexicon@0.12.11
40 40
	unicode-ident@1.0.11
41 41
	unindent@0.1.11
42
	windows-targets@0.48.1
43
	windows_aarch64_gnullvm@0.48.0
44
	windows_aarch64_msvc@0.48.0
45
	windows_i686_gnu@0.48.0
46
	windows_i686_msvc@0.48.0
47
	windows_x86_64_gnu@0.48.0
48
	windows_x86_64_gnullvm@0.48.0
49
	windows_x86_64_msvc@0.48.0
42
	windows-targets@0.48.5
43
	windows_aarch64_gnullvm@0.48.5
44
	windows_aarch64_msvc@0.48.5
45
	windows_i686_gnu@0.48.5
46
	windows_i686_msvc@0.48.5
47
	windows_x86_64_gnu@0.48.5
48
	windows_x86_64_gnullvm@0.48.5
49
	windows_x86_64_msvc@0.48.5
50 50
"
51 51

  
52 52
inherit cargo distutils-r1 optfeature
......
62 62
	Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016
63 63
"
64 64
SLOT="0"
65
KEYWORDS="~amd64 ~arm64"
65
KEYWORDS="~amd64 ~arm64 ~x86"
66 66

  
67 67
# I've got tired of all the test failures. It definitely mostly works.
68 68
# We have ~29000 tests successfully passing from ~30000 tests.
Thank you!