projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106e4c4
)
app-vim/jedi: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 18:26:10 +0000
(20:26 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 27 Jun 2018 19:29:24 +0000
(21:29 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
app-vim/jedi/jedi-0.8_p20171015.ebuild
patch
|
blob
|
history
diff --git
a/app-vim/jedi/jedi-0.8_p20171015.ebuild
b/app-vim/jedi/jedi-0.8_p20171015.ebuild
index da57a94f10e631581dc2cdade2c31d30467f59c4..f72dd11f5839470eb1885a8e6d0e3cc5c95505fb 100644
(file)
--- a/
app-vim/jedi/jedi-0.8_p20171015.ebuild
+++ b/
app-vim/jedi/jedi-0.8_p20171015.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5
,3_6
} )
inherit vim-plugin python-r1 python-utils-r1