summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-20 04:52:28 +0000
committerSam James <sam@gentoo.org>2022-11-20 04:52:28 +0000
commita963bbeb3cc264631096f43f6f6120a02d069f98 (patch)
treee0bef16d545e20625cbcd521b96c36c308810f65 /app-text
parentsys-devel/kgcc64: drop 10.3.0 (diff)
downloadgentoo-a963bbeb3cc264631096f43f6f6120a02d069f98.tar.gz
gentoo-a963bbeb3cc264631096f43f6f6120a02d069f98.tar.bz2
gentoo-a963bbeb3cc264631096f43f6f6120a02d069f98.zip
app-text/xmldiff: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xmldiff/xmldiff-2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild
index 16acc93ca983..59c4a771bcfb 100644
--- a/app-text/xmldiff/xmldiff-2.4.ebuild
+++ b/app-text/xmldiff/xmldiff-2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_SETUPTOOLS="rdepend"
inherit distutils-r1