app-vim/vimcalc: drop python3

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
This commit is contained in:
Mike Gilbert
2017-06-03 16:37:46 -04:00
parent a0fa76bf47
commit 8bf66af539

View 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