app-vim/vimcalc: Switch to PYTHON_SINGLE_USEDEP
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 12:16:28 +0000 (13:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:17:34 +0000 (17:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/vimcalc/vimcalc-1.3-r3.ebuild [moved from app-vim/vimcalc/vimcalc-1.3-r2.ebuild with 84% similarity]

similarity index 84%
rename from app-vim/vimcalc/vimcalc-1.3-r2.ebuild
rename to app-vim/vimcalc/vimcalc-1.3-r3.ebuild
index 151fa8451f7ad021f3e4eea309a7aea88c6b503e..dcf1201a010861efe480a716fc2b96fa3d7a92d3 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=5
@@ -20,7 +20,10 @@ DEPEND="
        ${PYTHON_DEPS}"
 
 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}"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"