commit:     63c6d485ee3f6b492616b670ffc487234054bb59
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 07:18:57 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c6d485

app-vim/jedi: tidy 0.10.0 ebuild

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/jedi/jedi-0.10.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
index 947862ab0a9..3c05067b9c6 100644
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -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
 
@@ -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}"
 

Reply via email to