Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcalc/
Date: Sat, 03 Jun 2017 20:40:12
Message-Id: 1496522394.8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d.floppym@gentoo
1 commit: 8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 3 20:37:46 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 20:39:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf66af5
7
8 app-vim/vimcalc: drop python3
9
10 plugin/vimcalc.py uses python2 syntax for exceptions.
11
12 Bug: https://bugs.gentoo.org/620088
13 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
14
15 app-vim/vimcalc/vimcalc-1.3-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
19 index b9485e71548..2acd5b13dcf 100644
20 --- a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
21 +++ b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28
29 -PYTHON_COMPAT=( python{2_7,3_4} )
30 +PYTHON_COMPAT=( python2_7 )
31
32 inherit python-single-r1 vim-plugin