commit:     3b7c9eb479885374dececd4de1728c7437fe8f49
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 12:16:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:17:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7c9eb4

app-vim/vimcalc: Switch to PYTHON_SINGLE_USEDEP

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/vimcalc/{vimcalc-1.3-r2.ebuild => vimcalc-1.3-r3.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild 
b/app-vim/vimcalc/vimcalc-1.3-r3.ebuild
similarity index 84%
rename from app-vim/vimcalc/vimcalc-1.3-r2.ebuild
rename to app-vim/vimcalc/vimcalc-1.3-r3.ebuild
index 151fa8451f7..dcf1201a010 100644
--- a/app-vim/vimcalc/vimcalc-1.3-r2.ebuild
+++ b/app-vim/vimcalc/vimcalc-1.3-r3.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=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}"

Reply via email to