summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2024-05-12 14:14:25 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-05-12 14:26:54 +0200
commitbe43012db499acae1107d84a61d1d3f96501412d (patch)
treeabc3e9135804f443b59e875772df8386b7079291 /dev-libs
parentdev-libs/libnl: (diff)
downloadgentoo-be43012db499acae1107d84a61d1d3f96501412d.tar.gz
gentoo-be43012db499acae1107d84a61d1d3f96501412d.tar.bz2
gentoo-be43012db499acae1107d84a61d1d3f96501412d.zip
dev-libs/tre: add python3.12 support
Closes: https://bugs.gentoo.org/929430 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/tre/tre-0.8.0_p20210321-r3.ebuild5
1 files 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