summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-02-11 12:46:24 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-02-11 18:13:56 -0500
commitd466a4886d74a8d1e0cf80b142ec95a7ba07e285 (patch)
tree609c655b18a7616edc3754c50fb52150e2e4fa8c /app-arch/vimball
parentx11-misc/fbpanel: enable py3.10 (diff)
downloadgentoo-d466a4886d74a8d1e0cf80b142ec95a7ba07e285.tar.gz
gentoo-d466a4886d74a8d1e0cf80b142ec95a7ba07e285.tar.bz2
gentoo-d466a4886d74a8d1e0cf80b142ec95a7ba07e285.zip
app-arch/vimball: enable py3.10
Tests pass, and revdep can use it fine. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-arch/vimball')
-rw-r--r--app-arch/vimball/vimball-0.5.1.ebuild4
-rw-r--r--app-arch/vimball/vimball-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild
index 1c9ba30f2f58..9f827470a310 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.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_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild
index ee51ee899907..99f665cb9aba 100644
--- a/app-arch/vimball/vimball-9999.ebuild
+++ b/app-arch/vimball/vimball-9999.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_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1