From 3b7c9eb479885374dececd4de1728c7437fe8f49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 13:16:28 +0100 Subject: [PATCH] app-vim/vimcalc: Switch to PYTHON_SINGLE_USEDEP MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{vimcalc-1.3-r2.ebuild => vimcalc-1.3-r3.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename app-vim/vimcalc/{vimcalc-1.3-r2.ebuild => vimcalc-1.3-r3.ebuild} (84%) 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 151fa8451f7a..dcf1201a0108 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}" -- 2.26.2