summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-21 09:23:11 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-21 09:23:11 +0200
commit6c269d95b447af2b3dc623f69ce5fb47ab4409b8 (patch)
treedf886ba8fce469b6413f5891fdac8b0a06c837bb /app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
parentapp-vim/splice: [QA] Add missing python metadata variables (diff)
downloadgentoo-6c269d95b447af2b3dc623f69ce5fb47ab4409b8.tar.gz
gentoo-6c269d95b447af2b3dc623f69ce5fb47ab4409b8.tar.bz2
gentoo-6c269d95b447af2b3dc623f69ce5fb47ab4409b8.zip
app-vim/vim-latex: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild')
-rw-r--r--app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
index 6aa0647fa870..b9f42680e7c4 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
@@ -16,8 +16,14 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="vim"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="html python"
-
-RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ || (
+ app-editors/vim[python?]
+ app-editors/gvim[python?]
+ )
virtual/latex-base
!app-vim/vimtex"