commit:     be43012db499acae1107d84a61d1d3f96501412d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 12:14:25 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 12 12:26:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be43012d

dev-libs/tre: add python3.12 support

Closes: https://bugs.gentoo.org/929430
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild 
b/dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild
index 06fb94e53c49..e3e624a817b4 100644
--- a/dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild
+++ b/dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 COMMIT="6092368aabdd0dbb0fbceb2766a37b98e0ff6911"
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+DISTUTILS_EXT=1
 DISTUTILS_OPTIONAL=1
 
 inherit autotools distutils-r1

Reply via email to