summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild10
-rw-r--r--app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild10
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 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"
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 9aadd760d27f..e78f5dd54dfc 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"