From 423c4146d35d52ce521d0398e7d4bca209d438d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 13:18:46 +0100 Subject: [PATCH] app-vim/vimpress: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...impress-3.2.0.ebuild => vimpress-3.2.0-r1.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename app-vim/vimpress/{vimpress-3.2.0.ebuild => vimpress-3.2.0-r1.ebuild} (62%) diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/app-vim/vimpress/vimpress-3.2.0-r1.ebuild similarity index 62% rename from app-vim/vimpress/vimpress-3.2.0.ebuild rename to app-vim/vimpress/vimpress-3.2.0-r1.ebuild index 863178d710d4..e7e8ba8673dd 100644 --- a/app-vim/vimpress/vimpress-3.2.0.ebuild +++ b/app-vim/vimpress/vimpress-3.2.0-r1.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 @@ -12,9 +12,15 @@ LICENSE="vim" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) +RDEPEND=" + || ( + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] + ) ${PYTHON_DEPS} - dev-python/markdown[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/markdown[${PYTHON_MULTI_USEDEP}] + ')" REQUIRED_USE=${PYTHON_REQUIRED_USE} VIM_PLUGIN_HELPFILES="${PN}.txt" -- 2.26.2