commit: 4cd3630659d0f41a19e8571fcab0620c4599fcd9 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 17:08:12 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 17:41:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd36306
net-im/transwhat: add python3.12 support Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild index a6fbc475149e..3a1f9c589d2b 100644 --- a/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild +++ b/net-im/transwhat/transwhat-0.2.2_p20190426-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165" DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1