commit:     05cfa0a3ac4886f9c1c5fcc04beeff7facaaba8c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 08:12:07 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 08:39:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cfa0a3

app-vim/jedi: switch 0.10.0 to python-single-r1 instead

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

 app-vim/jedi/jedi-0.10.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-vim/jedi/jedi-0.10.0.ebuild b/app-vim/jedi/jedi-0.10.0.ebuild
index 3c05067b9c6..b30e03db852 100644
--- a/app-vim/jedi/jedi-0.10.0.ebuild
+++ b/app-vim/jedi/jedi-0.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit vim-plugin python-any-r1
+inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: binding to the autocompletion library jedi"
 HOMEPAGE="https://github.com/davidhalter/jedi-vim";
@@ -15,9 +15,11 @@ LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 RDEPEND="
        ${PYTHON_DEPS}
-       $(python_gen_any_dep 'dev-python/jedi[${PYTHON_USEDEP}]')
+       $(python_gen_cond_dep 'dev-python/jedi[${PYTHON_MULTI_USEDEP}]')
        app-editors/vim[python]"
 BDEPEND="${PYTHON_DEPS}
        test? ( dev-python/pytest )"

Reply via email to