diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 09:23:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 09:23:11 +0200 |
commit | 6c269d95b447af2b3dc623f69ce5fb47ab4409b8 (patch) | |
tree | df886ba8fce469b6413f5891fdac8b0a06c837bb /app-vim/vim-latex | |
parent | app-vim/splice: [QA] Add missing python metadata variables (diff) | |
download | gentoo-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')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 10 | ||||
-rw-r--r-- | 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 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" |