Skip to content

Commit

Permalink
app-vim/vimpress: Add missing PYTHON_USEDEP on markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 27, 2017
1 parent a93acd4 commit c5793c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-vim/vimpress/vimpress-3.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

0 comments on commit c5793c0

Please sign in to comment.