diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:14:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:29 +0100 |
commit | 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a (patch) | |
tree | 168ae71c74506d0aef7eabc74dbee0ea783277ac /app-vim | |
parent | app-vim/editorconfig-vim: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a.tar.gz gentoo-6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a.tar.bz2 gentoo-6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a.zip |
app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r2.ebuild (renamed from app-vim/gundo/gundo-2.6.2.ebuild) | 4 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.6.2-r3.ebuild (renamed from app-vim/gundo/gundo-2.6.2-r1.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2-r2.ebuild index 0c3b69a6049a..4dfdca739ac5 100644 --- a/app-vim/gundo/gundo-2.6.2.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r2.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] ) ${PYTHON_DEPS}" diff --git a/app-vim/gundo/gundo-2.6.2-r1.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild index 3140f0d8ba4b..fa78d2605c20 100644 --- a/app-vim/gundo/gundo-2.6.2-r1.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] ) ${PYTHON_DEPS}" |