app-vim/voom: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 12:19:23 +0000 (13:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:39 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/voom/voom-5.1-r2.ebuild [moved from app-vim/voom/voom-5.1-r1.ebuild with 76% similarity]
app-vim/voom/voom-5.3-r1.ebuild [moved from app-vim/voom/voom-5.3.ebuild with 85% similarity]

similarity index 76%
rename from app-vim/voom/voom-5.1-r1.ebuild
rename to app-vim/voom/voom-5.1-r2.ebuild
index 661ae4f5bd8b29c0eb38cb0134a063bee61b514d..53ff9daabbe1bb30389f77044e4d63fe72d5361d 100644 (file)
@@ -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}]
        )"
similarity index 85%
rename from app-vim/voom/voom-5.3.ebuild
rename to app-vim/voom/voom-5.3-r1.ebuild
index 78f809834f6fc7fb7ca151c3f91b1edb8ce78c15..af13fa7908837b21523f0373a9b33bb74582fc96 100644 (file)
@@ -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}