Diff rich-13.5.2 with a rich-13.5.3

/usr/portage/dev-python/rich/rich-13.5.3.ebuild 2023-10-09 14:52:30.368368372 +0300
20 20

  
21 21
LICENSE="MIT"
22 22
SLOT="0"
23
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
23
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 24

  
25 25
RDEPEND="
26 26
	dev-python/colorama[${PYTHON_USEDEP}]
......
39 39
		# pygments?
40 40
		tests/test_syntax.py::test_python_render_simple_indent_guides
41 41
		tests/test_syntax.py::test_python_render_line_range_indent_guides
42
		tests/test_card.py::test_card_render
43
		tests/test_markdown.py::test_markdown_render
44
		tests/test_markdown_no_hyperlinks.py::test_markdown_render
45
		tests/test_syntax.py::test_python_render
46
		tests/test_syntax.py::test_python_render_simple
47
		tests/test_syntax.py::test_python_render_simple_passing_lexer_instance
48
		tests/test_syntax.py::test_python_render_indent_guides
49
		tests/test_syntax.py::test_option_no_wrap
50
		tests/test_syntax.py::test_syntax_highlight_ranges
42 51
	)
43 52
	# version-specific output -- the usual deal
44 53
	case ${EPYTHON} in
Thank you!