From 8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 3 Jun 2017 16:37:46 -0400 Subject: [PATCH] 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 --- app-vim/vimcalc/vimcalc-1.3-r2.ebuild | 4 ++-- 1 file 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 -- 2.26.2