summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 20:32:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 20:32:44 +0200
commit0961faa284041392992514771501ef7f4610fa91 (patch)
tree1e0166393cf1b9f767afcadb69a9677929524c3a /dev-util/vint
parentprofiles/arch/powerpc: use.stable.mask glade[gjs] (diff)
downloadgentoo-0961faa284041392992514771501ef7f4610fa91.tar.gz
gentoo-0961faa284041392992514771501ef7f4610fa91.tar.bz2
gentoo-0961faa284041392992514771501ef7f4610fa91.zip
dev-util/vint: Enable py3.12
Closes: https://bugs.gentoo.org/929558 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/vint')
-rw-r--r--dev-util/vint/vint-0.3.21-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/vint/vint-0.3.21-r1.ebuild b/dev-util/vint/vint-0.3.21-r1.ebuild
index ee5847259039..080241382121 100644
--- a/dev-util/vint/vint-0.3.21-r1.ebuild
+++ b/dev-util/vint/vint-0.3.21-r1.ebuild
@@ -1,10 +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
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="Lint tool for Vim script language"