From: Michał Górny Date: Fri, 7 Feb 2020 12:16:28 +0000 (+0100) Subject: app-vim/vimcalc: Switch to PYTHON_SINGLE_USEDEP X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3b7c9eb479885374dececd4de1728c7437fe8f49;p=gentoo.git app-vim/vimcalc: Switch to PYTHON_SINGLE_USEDEP Signed-off-by: Michał Górny --- 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}"