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/splice/
Date: Sat, 27 May 2017 15:19:34
Message-Id: 1495898361.d8fdad30f62d47f1076950bc6caa6886e586bf5e.mgorny@gentoo
1 commit: d8fdad30f62d47f1076950bc6caa6886e586bf5e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 21 16:33:15 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 15:19:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fdad30
7
8 app-vim/splice: Add missing PYTHON_USEDEP on vim
9
10 app-vim/splice/splice-1.1.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-vim/splice/splice-1.1.0.ebuild b/app-vim/splice/splice-1.1.0.ebuild
14 index 236c096c3a2..f74cf9af1d3 100644
15 --- a/app-vim/splice/splice-1.1.0.ebuild
16 +++ b/app-vim/splice/splice-1.1.0.ebuild
17 @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
18 RDEPEND="
19 ${PYTHON_DEPS}
20 || (
21 - app-editors/vim[python]
22 - app-editors/gvim[python]
23 + app-editors/vim[python,${PYTHON_USEDEP}]
24 + app-editors/gvim[python,${PYTHON_USEDEP}]
25 )"
26
27 VIM_PLUGIN_HELPFILES="${PN}.txt"