Diff getmail-6.18.12 with a getmail-6.18.13

/usr/portage/net-mail/getmail/getmail-6.18.13.ebuild 2024-07-02 13:51:48.433851570 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
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

  
Thank you!