summaryrefslogtreecommitdiff
path: root/dev-util/vint/vint-0.3.21-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/vint/vint-0.3.21-r1.ebuild')
-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"