summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-21 18:40:42 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-27 17:19:22 +0200
commitc5793c00bcebd8a75a77948e81eb48f8231f4f6e (patch)
tree42e0d1a08ac56d7b894eb68c5cf3407b5455fb35 /app-vim
parentapp-vim/vim-latex: Clean Python bits up (diff)
downloadgentoo-c5793c00bcebd8a75a77948e81eb48f8231f4f6e.tar.gz
gentoo-c5793c00bcebd8a75a77948e81eb48f8231f4f6e.tar.bz2
gentoo-c5793c00bcebd8a75a77948e81eb48f8231f4f6e.zip
app-vim/vimpress: Add missing PYTHON_USEDEP on markdown
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimpress/vimpress-3.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/app-vim/vimpress/vimpress-3.2.0.ebuild
index 61234276f05a..800fe671ea65 100644
--- a/app-vim/vimpress/vimpress-3.2.0.ebuild
+++ b/app-vim/vimpress/vimpress-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ IUSE=""
RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] )
${PYTHON_DEPS}
- dev-python/markdown"
+ dev-python/markdown[${PYTHON_USEDEP}]"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
VIM_PLUGIN_HELPFILES="${PN}.txt"