Diff howdoi-2.0.19 with a howdoi-2.0.20

/usr/portage/dev-util/howdoi/howdoi-2.0.20.ebuild 2023-10-09 14:52:30.972368387 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
DISTUTILS_USE_SETUPTOOLS="manual"
6
DISTUTILS_USE_PEP517="setuptools"
7 7
PYTHON_COMPAT=( python3_10 )
8 8
inherit distutils-r1 pypi
9 9

  
......
12 12

  
13 13
LICENSE="MIT"
14 14
SLOT="0"
15
KEYWORDS="amd64 x86"
15
KEYWORDS="~amd64 ~x86"
16 16
# bug 818580
17 17
RESTRICT="test"
18 18

  
19
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
20 19
RDEPEND="
21 20
	dev-python/appdirs[${PYTHON_USEDEP}]
22 21
	dev-python/cachelib[${PYTHON_USEDEP}]
22
	dev-python/colorama[${PYTHON_USEDEP}]
23 23
	dev-python/keep[${PYTHON_USEDEP}]
24 24
	dev-python/pygments[${PYTHON_USEDEP}]
25 25
	>=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}]
26
	dev-python/rich[${PYTHON_USEDEP}]
26 27
	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
27 28
"
Thank you!