summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-07 13:18:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:17:37 +0100
commit423c4146d35d52ce521d0398e7d4bca209d438d7 (patch)
tree05bef3133a19b362fa7042eef0b4460fea1fbf8f /app-vim
parentapp-vim/vimoutliner: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-423c4146d35d52ce521d0398e7d4bca209d438d7.tar.gz
gentoo-423c4146d35d52ce521d0398e7d4bca209d438d7.tar.bz2
gentoo-423c4146d35d52ce521d0398e7d4bca209d438d7.zip
app-vim/vimpress: 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/vimpress/vimpress-3.2.0-r1.ebuild (renamed from app-vim/vimpress/vimpress-3.2.0.ebuild)12
1 files changed, 9 insertions, 3 deletions
diff --git a/app-vim/vimpress/vimpress-3.2.0.ebuild b/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"