mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-vim/jedi: Add missing PYTHON_{DEPS,REQUIRED_USE}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -16,8 +16,10 @@ SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip -> ${P}.z
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
REQUIRED_USE=${PYTHON_REQUIRED_USE}
|
||||
|
||||
RDEPEND="dev-python/jedi[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/jedi[${PYTHON_USEDEP}]"
|
||||
DEPEND="app-editors/vim[python]"
|
||||
|
||||
S="${WORKDIR}/jedi-vim-${COMMIT}"
|
||||
Reference in New Issue
Block a user