diff --git a/app-vim/jedi/jedi-9999.ebuild b/app-vim/jedi/jedi-9999.ebuild index 9b50837..e1df227 100644 --- a/app-vim/jedi/jedi-9999.ebuild +++ b/app-vim/jedi/jedi-9999.ebuild @@ -3,8 +3,8 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4}) -inherit vim-plugin git-2 python-r1 python-utils-r1 +PYTHON_COMPAT=( python2_7 python3_4 ) +inherit vim-plugin git-r3 python-r1 python-utils-r1 DESCRIPTION="Jedi Python autocompletion with VIM" HOMEPAGE="https://github.com/davidhalter/jedi-vim" @@ -16,15 +16,19 @@ KEYWORDS="" IUSE="" RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]" -DEPEND="app-editors/vim[${PYTHON_USEDEP},python]" +DEPEND="app-editors/vim[python]" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +#REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { python_copy_sources } +#Makeflile calls tests, which are broken. +src_compile() { :; } + src_install() { python_foreach_impl python_domodule jedi_vim.py vim-plugin_src_install } +