Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/conque/
Date: Fri, 07 Jul 2017 09:20:18
Message-Id: 1499419205.bbf078167bd885952497a08003e6b7ef560227fc.pacho@gentoo
1 commit: bbf078167bd885952497a08003e6b7ef560227fc
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:11:37 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:20:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf07816
7
8 app-vim/conque: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-vim/conque/conque-2.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/conque/conque-2.3-r1.ebuild b/app-vim/conque/conque-2.3-r1.ebuild
16 index 4f1af1afaf3..93ff4281f40 100644
17 --- a/app-vim/conque/conque-2.3-r1.ebuild
18 +++ b/app-vim/conque/conque-2.3-r1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 -PYTHON_COMPAT=( python{2_7,3_4} )
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 VIM_PLUGIN_VIM_VERSION="7.1"
28
29 inherit python-single-r1 vim-plugin