summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 13:11:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:17:23 +0100
commit37fee71233effdb3f3b12c557d427bb2748b7dd9 (patch)
tree6229a1e1559dcc72041e10b5203eef317d61561b /app-vim
parentapp-text/xiphos: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-37fee71233effdb3f3b12c557d427bb2748b7dd9.tar.gz
gentoo-37fee71233effdb3f3b12c557d427bb2748b7dd9.tar.bz2
gentoo-37fee71233effdb3f3b12c557d427bb2748b7dd9.zip
app-vim/automatictexplugin: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild (renamed from app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild)12
1 files changed, 9 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/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