Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Tue, 18 May 2021 19:39:35
Message-Id: 1621366768.eff2cb3d8da23c617bbd3c46e5aa3ca2ecaaf119.candrews@gentoo
1 commit: eff2cb3d8da23c617bbd3c46e5aa3ca2ecaaf119
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 19:39:11 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 19:39:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff2cb3d
7
8 app-editors/vim: Python 3.9 compatibility
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 app-editors/vim/vim-8.2.0814-r100.ebuild | 2 +-
14 app-editors/vim/vim-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-editors/vim/vim-8.2.0814-r100.ebuild b/app-editors/vim/vim-8.2.0814-r100.ebuild
18 index 0a390a399ad..bf724c58b5b 100644
19 --- a/app-editors/vim/vim-8.2.0814-r100.ebuild
20 +++ b/app-editors/vim/vim-8.2.0814-r100.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23 VIM_VERSION="8.2"
24 LUA_COMPAT=( lua5-1 luajit )
25 -PYTHON_COMPAT=( python3_{7,8} )
26 +PYTHON_COMPAT=( python3_{7,8,9} )
27 PYTHON_REQ_USE="threads(+)"
28 USE_RUBY="ruby24 ruby25 ruby26 ruby27"
29
30
31 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
32 index 6f675f33f10..b104aab29b5 100644
33 --- a/app-editors/vim/vim-9999.ebuild
34 +++ b/app-editors/vim/vim-9999.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=7
37 VIM_VERSION="8.2"
38 LUA_COMPAT=( lua5-1 luajit )
39 -PYTHON_COMPAT=( python3_{7,8} )
40 +PYTHON_COMPAT=( python3_{7,8,9} )
41 PYTHON_REQ_USE="threads(+)"
42 USE_RUBY="ruby24 ruby25 ruby26 ruby27"