projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0fa76b
)
app-vim/vimcalc: drop python3
author
Mike Gilbert
<floppym@gentoo.org>
Sat, 3 Jun 2017 20:37:46 +0000
(16:37 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sat, 3 Jun 2017 20:39:54 +0000
(16:39 -0400)
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
patch
|
blob
|
history
diff --git
a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
b/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
index b9485e7154855aeb25984355c5f746c07ab3c1d3..2acd5b13dcf4d1229a1e035c8cf424de71e0cc9f 100644
(file)
--- a/
app-vim/vimcalc/vimcalc-1.3-r2.ebuild
+++ b/
app-vim/vimcalc/vimcalc-1.3-r2.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python
{2_7,3_4}
)
+PYTHON_COMPAT=( python
2_7
)
inherit python-single-r1 vim-plugin