summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-06-03 16:37:46 -0400
committerMike Gilbert <floppym@gentoo.org>2017-06-03 16:39:54 -0400
commit8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d (patch)
treeca31e9078cc9507574f83747cea12b26f3ee01dd /app-vim
parentdev-perl/Convert-BinHex: ia64 stable, bug #570280 (diff)
downloadgentoo-8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d.tar.gz
gentoo-8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d.tar.bz2
gentoo-8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d.zip
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
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimcalc/vimcalc-1.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
index b9485e715485..2acd5b13dcf4 100644
--- a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
+++ b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
@@ -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