commit: 8bf66af5391023e9bf1cf5c1b91dfeb2abf4a40d Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jun 3 20:37:46 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jun 3 20:39:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf66af5
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 b9485e71548..2acd5b13dcf 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