commit:     c5793c00bcebd8a75a77948e81eb48f8231f4f6e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 16:40:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 15:19:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5793c00

app-vim/vimpress: Add missing PYTHON_USEDEP on markdown

 app-vim/vimpress/vimpress-3.2.0.ebuild | 4 ++--
 1 file 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 61234276f05..800fe671ea6 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"

Reply via email to