From: Mike Gilbert Date: Sat, 3 Jun 2017 20:37:46 +0000 (-0400) Subject: app-vim/vimcalc: drop python3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d;p=gentoo.git 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 --- 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