Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpress/
Date: Sat, 27 May 2017 15:19:49
Message-Id: 1495898362.c5793c00bcebd8a75a77948e81eb48f8231f4f6e.mgorny@gentoo
1 commit: c5793c00bcebd8a75a77948e81eb48f8231f4f6e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 21 16:40:42 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 15:19:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5793c00
7
8 app-vim/vimpress: Add missing PYTHON_USEDEP on markdown
9
10 app-vim/vimpress/vimpress-3.2.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/app-vim/vimpress/vimpress-3.2.0.ebuild
14 index 61234276f05..800fe671ea6 100644
15 --- a/app-vim/vimpress/vimpress-3.2.0.ebuild
16 +++ b/app-vim/vimpress/vimpress-3.2.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -14,7 +14,7 @@ IUSE=""
24
25 RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] )
26 ${PYTHON_DEPS}
27 - dev-python/markdown"
28 + dev-python/markdown[${PYTHON_USEDEP}]"
29 REQUIRED_USE=${PYTHON_REQUIRED_USE}
30
31 VIM_PLUGIN_HELPFILES="${PN}.txt"