diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-21 18:10:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-27 17:19:19 +0200 |
commit | 8e4ff0b647472a185e1f37122963c2cd4af9ca81 (patch) | |
tree | fef821ebcc1273a1a59ce2cb62b50f292db584ee /app-vim/gundo | |
parent | app-vim/colorv: Port to python-single-r1 (diff) | |
download | gentoo-8e4ff0b647472a185e1f37122963c2cd4af9ca81.tar.gz gentoo-8e4ff0b647472a185e1f37122963c2cd4af9ca81.tar.bz2 gentoo-8e4ff0b647472a185e1f37122963c2cd4af9ca81.zip |
app-vim/gundo: Add missing [python] USE-dep on vim
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}" |