Diff fetchmail-6.4.27 with a fetchmail-6.4.33

/usr/portage/net-mail/fetchmail/fetchmail-6.4.33.ebuild 2023-10-09 14:52:34.612368479 +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="tk"
8 8

  
9 9
inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
......
14 14

  
15 15
LICENSE="GPL-2 public-domain"
16 16
SLOT="0"
17
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
17
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
18 18
IUSE="ssl nls kerberos tk socks"
19 19
REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
20 20

  
Thank you!