From 8e4ff0b647472a185e1f37122963c2cd4af9ca81 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 21 Apr 2017 18:10:54 +0200 Subject: app-vim/gundo: Add missing [python] USE-dep on vim --- app-vim/gundo/gundo-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/gundo') diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild index 5079a861249b..1c78d498b957 100644 --- a/app-vim/gundo/gundo-2.6.1.ebuild +++ b/app-vim/gundo/gundo-2.6.1.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( - app-editors/vim[${PYTHON_USEDEP}] - app-editors/gvim[${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_USEDEP}] + app-editors/gvim[python,${PYTHON_USEDEP}] ) ${PYTHON_DEPS}" -- cgit v1.2.3-65-gdbad