diff options
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/gundo-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |