app-vim/vimcalc: drop python3
authorMike Gilbert <floppym@gentoo.org>
Sat, 3 Jun 2017 20:37:46 +0000 (16:37 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sat, 3 Jun 2017 20:39:54 +0000 (16:39 -0400)
plugin/vimcalc.py uses python2 syntax for exceptions.

Bug: https://bugs.gentoo.org/620088
Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

app-vim/vimcalc/vimcalc-1.3-r2.ebuild

index b9485e7154855aeb25984355c5f746c07ab3c1d3..2acd5b13dcf4d1229a1e035c8cf424de71e0cc9f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit python-single-r1 vim-plugin