Diff calibre-5.43.0 with a calibre-5.44.0-r1

/usr/portage/app-text/calibre/calibre-5.44.0-r1.ebuild 2023-10-09 14:52:28.868368334 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
PYTHON_REQ_USE="ipv6(+),sqlite,ssl"
8 8

  
9 9
inherit toolchain-funcs python-single-r1 qmake-utils xdg-utils
......
69 69
		>=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
70 70
		>=dev-python/msgpack-0.6.2[${PYTHON_USEDEP}]
71 71
		>=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
72
		>=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
72
		>=dev-python/pillow-3.2.0[truetype,${PYTHON_USEDEP}]
73 73
		>=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
74 74
		>=dev-python/pychm-0.8.6[${PYTHON_USEDEP}]
75 75
		dev-python/pycryptodome[${PYTHON_USEDEP}]
Thank you!