commit: 6c269d95b447af2b3dc623f69ce5fb47ab4409b8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:23:11 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:23:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c269d95
app-vim/vim-latex: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 10 ++++++++--
app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 10 ++++++++--
2 files changed, 16 insertions(+), 4 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 6aa0647fa87..b9f42680e7c 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"
diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
index 9aadd760d27..e78f5dd54df 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20141116.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"