From 37fee71233effdb3f3b12c557d427bb2748b7dd9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 13:11:20 +0100 Subject: [PATCH] app-vim/automatictexplugin: 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 --- ...5-r1.ebuild => automatictexplugin-12.5-r2.ebuild} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename app-vim/automatictexplugin/{automatictexplugin-12.5-r1.ebuild => automatictexplugin-12.5-r2.ebuild} (73%) diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild similarity index 73% rename from app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild rename to app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild index d3a67dadea3a..d32b783b6b13 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,11 +17,17 @@ S=${WORKDIR} VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt" -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}] + ) !app-vim/vim-latex app-vim/align app-text/wdiff - dev-python/psutil[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/psutil[${PYTHON_MULTI_USEDEP}] + ') dev-tex/latexmk dev-tex/detex virtual/tex-base -- 2.26.2