summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-24 11:52:40 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-24 20:52:17 +0200
commitda1546f08fa7444970b145a05ca23a865eacad16 (patch)
treebbfcec2a8e73c244db6023ff13bcf6856087c377 /app-vim/splice/splice-1.1.0-r4.ebuild
parentapp-vim/pydoc: bump to python 3.9, 3.10 (diff)
downloadgentoo-da1546f08fa7444970b145a05ca23a865eacad16.tar.gz
gentoo-da1546f08fa7444970b145a05ca23a865eacad16.tar.bz2
gentoo-da1546f08fa7444970b145a05ca23a865eacad16.zip
app-vim/splice: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20964 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/splice/splice-1.1.0-r4.ebuild')
-rw-r--r--app-vim/splice/splice-1.1.0-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/splice/splice-1.1.0-r4.ebuild b/app-vim/splice/splice-1.1.0-r4.ebuild
index eff1b3d2837b..7b5c124b6b0a 100644
--- a/app-vim/splice/splice-1.1.0-r4.ebuild
+++ b/app-vim/splice/splice-1.1.0-r4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit vim-plugin python-single-r1