diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-05-18 15:39:11 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-05-18 15:39:28 -0400 |
commit | eff2cb3d8da23c617bbd3c46e5aa3ca2ecaaf119 (patch) | |
tree | fb04afd6a579ee52e4a582915a1c469f3b65e575 /app-editors | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-eff2cb3d8da23c617bbd3c46e5aa3ca2ecaaf119.tar.gz gentoo-eff2cb3d8da23c617bbd3c46e5aa3ca2ecaaf119.tar.bz2 gentoo-eff2cb3d8da23c617bbd3c46e5aa3ca2ecaaf119.zip |
app-editors/vim: Python 3.9 compatibility
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-8.2.0814-r100.ebuild | 2 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-8.2.0814-r100.ebuild b/app-editors/vim/vim-8.2.0814-r100.ebuild index 0a390a399ad1..bf724c58b5bb 100644 --- a/app-editors/vim/vim-8.2.0814-r100.ebuild +++ b/app-editors/vim/vim-8.2.0814-r100.ebuild @@ -4,7 +4,7 @@ EAPI=7 VIM_VERSION="8.2" LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby24 ruby25 ruby26 ruby27" diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 6f675f33f10b..b104aab29b57 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 VIM_VERSION="8.2" LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby24 ruby25 ruby26 ruby27" |