Diff getmail-6.18.12 with a getmail-6.18.13

/usr/portage/net-mail/getmail/getmail-6.18.13.ebuild 2023-10-09 14:52:34.612368479 +0300
5 5

  
6 6
DISTUTILS_SINGLE_IMPL=1
7 7
DISTUTILS_USE_PEP517=setuptools
8
PYTHON_COMPAT=( python3_{9..11} )
8
PYTHON_COMPAT=( python3_{9..12} )
9 9
PYTHON_REQ_USE="ssl"
10 10
inherit distutils-r1
11 11

  
......
16 16

  
17 17
LICENSE="GPL-2"
18 18
SLOT="0"
19
KEYWORDS="amd64 x86"
19
KEYWORDS="~amd64 ~x86"
20 20

  
21 21
python_prepare_all() {
22 22
	# Use gentoo version number (including revision) for doc dir and remove COPYING file
Thank you!