Skip to content

Commit

Permalink
app-vim/jedi: tidy 0.10.0 ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Apr 26, 2020
1 parent a0fd745 commit 63c6d48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-vim/jedi/jedi-0.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python{3_6,3_7,3_8} )
PYTHON_COMPAT=( python3_{6,7,8} )

inherit vim-plugin python-any-r1

Expand All @@ -15,12 +15,12 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="
RDEPEND="
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
"
RDEPEND="app-editors/vim[python]"
BDEPEND="test? ( dev-python/pytest )"
app-editors/vim[python]"
BDEPEND="${PYTHON_DEPS}
test? ( dev-python/pytest )"

S="${WORKDIR}/jedi-vim-${PV}"

Expand Down

0 comments on commit 63c6d48

Please sign in to comment.