diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 13:19:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:17:39 +0100 |
commit | 2f385a3f4c369e74e723ebffc5d229fa9c53379a (patch) | |
tree | e4b854b22d796904a02339b2bbed3fc18eba2a24 | |
parent | app-vim/vimpress: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-2f385a3f4c369e74e723ebffc5d229fa9c53379a.tar.gz gentoo-2f385a3f4c369e74e723ebffc5d229fa9c53379a.tar.bz2 gentoo-2f385a3f4c369e74e723ebffc5d229fa9c53379a.zip |
app-vim/voom: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-vim/voom/voom-5.1-r2.ebuild (renamed from app-vim/voom/voom-5.1-r1.ebuild) | 6 | ||||
-rw-r--r-- | app-vim/voom/voom-5.3-r1.ebuild (renamed from app-vim/voom/voom-5.3.ebuild) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-vim/voom/voom-5.1-r1.ebuild b/app-vim/voom/voom-5.1-r2.ebuild index 661ae4f5bd8b..53ff9daabbe1 100644 --- a/app-vim/voom/voom-5.1-r1.ebuild +++ b/app-vim/voom/voom-5.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,6 @@ VIM_PLUGIN_HELPFILES="${PN}.txt" RDEPEND="${PYTHON_DEPS} || ( - 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}] )" diff --git a/app-vim/voom/voom-5.3.ebuild b/app-vim/voom/voom-5.3-r1.ebuild index 78f809834f6f..af13fa790883 100644 --- a/app-vim/voom/voom-5.3.ebuild +++ b/app-vim/voom/voom-5.3-r1.ebuild @@ -18,8 +18,8 @@ VIM_PLUGIN_HELPFILES="${PN}.txt" RDEPEND="${PYTHON_DEPS} || ( - 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}] )" S=${WORKDIR}/VOoM-${PV} |