summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-21 18:33:15 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-27 17:19:21 +0200
commitd8fdad30f62d47f1076950bc6caa6886e586bf5e (patch)
tree83729c2d3f89dbe616bf9454261fcc98695f79e7 /app-vim
parentapp-vim/python-mode: Port to python-single-r1 (diff)
downloadgentoo-d8fdad30f62d47f1076950bc6caa6886e586bf5e.tar.gz
gentoo-d8fdad30f62d47f1076950bc6caa6886e586bf5e.tar.bz2
gentoo-d8fdad30f62d47f1076950bc6caa6886e586bf5e.zip
app-vim/splice: Add missing PYTHON_USEDEP on vim
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/splice/splice-1.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/splice/splice-1.1.0.ebuild b/app-vim/splice/splice-1.1.0.ebuild
index 236c096c3a2f..f74cf9af1d36 100644
--- a/app-vim/splice/splice-1.1.0.ebuild
+++ b/app-vim/splice/splice-1.1.0.ebuild
@@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
|| (
- app-editors/vim[python]
- app-editors/gvim[python]
+ app-editors/vim[python,${PYTHON_USEDEP}]
+ app-editors/gvim[python,${PYTHON_USEDEP}]
)"
VIM_PLUGIN_HELPFILES="${PN}.txt"