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