diff options
Diffstat (limited to 'app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
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" |