From: Michał Górny Date: Fri, 7 Feb 2020 12:11:20 +0000 (+0100) Subject: app-vim/automatictexplugin: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=37fee71233effdb3f3b12c557d427bb2748b7dd9;p=gentoo.git app-vim/automatictexplugin: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- 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