summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 13:14:01 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:17:27 +0100
commit1fc705eece9ed904bde4d751eb4029d146df3c9c (patch)
tree4facc45d9d7fe78080b1ef3543d561035ee58080 /app-vim/editorconfig-vim
parentapp-vim/conque: Switch to PYTHON_SINGLE_USEDEP (diff)
downloadgentoo-1fc705eece9ed904bde4d751eb4029d146df3c9c.tar.gz
gentoo-1fc705eece9ed904bde4d751eb4029d146df3c9c.tar.bz2
gentoo-1fc705eece9ed904bde4d751eb4029d146df3c9c.zip
app-vim/editorconfig-vim: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/editorconfig-vim')
-rw-r--r--app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
index a3f80d6cb8c4..006508da113a 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
@@ -17,10 +17,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
- dev-python/editorconfig-core-py[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/editorconfig-core-py[${PYTHON_MULTI_USEDEP}]
+ ')
|| (
- app-editors/vim[python,${PYTHON_USEDEP}]
- app-editors/gvim[python,${PYTHON_USEDEP}]
+ app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
+ app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
)"
RDEPEND="${DEPEND}"