diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-24 09:54:58 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-24 20:52:12 +0200 |
commit | eb889e4940f87658defb8b42f23806c406895fe4 (patch) | |
tree | 7383e3a52d6163397253fe43d21a92aba3427834 /app-vim | |
parent | app-editors/vim: bump to python 3.10 (diff) | |
download | gentoo-eb889e4940f87658defb8b42f23806c406895fe4.tar.gz gentoo-eb889e4940f87658defb8b42f23806c406895fe4.tar.bz2 gentoo-eb889e4940f87658defb8b42f23806c406895fe4.zip |
app-vim/voom: bump python 3.{9,10}
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/voom/voom-5.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/voom/voom-5.3-r1.ebuild b/app-vim/voom/voom-5.3-r1.ebuild index c66903414fd2..c816d1df2d79 100644 --- a/app-vim/voom/voom-5.3-r1.ebuild +++ b/app-vim/voom/voom-5.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-single-r1 vim-plugin |