Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Sun, 29 Dec 2019 21:31:02
Message-Id: 1577655044.c140044f6c84cd19c1d54853005c194124325993.zlogene@gentoo
1 commit: c140044f6c84cd19c1d54853005c194124325993
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 21:30:44 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 21:30:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c140044f
7
8 app-editors/vim: Version fixup
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-editors/vim/vim-8.2.0055.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/vim/vim-8.2.0055.ebuild b/app-editors/vim/vim-8.2.0055.ebuild
17 index a5ce18ee59b..32675449462 100644
18 --- a/app-editors/vim/vim-8.2.0055.ebuild
19 +++ b/app-editors/vim/vim-8.2.0055.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -VIM_VERSION="8.1"
25 +VIM_VERSION="8.2"
26 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
27 PYTHON_REQ_USE="threads(+)"
28 USE_RUBY="ruby24 ruby25 ruby26"