Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/
Date: Sat, 27 May 2017 15:19:43
Message-Id: 1495898361.a93acd4c82881447914759b4e29f8aa601ab482b.mgorny@gentoo
1 commit: a93acd4c82881447914759b4e29f8aa601ab482b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 21 16:37:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 15:19:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93acd4c
7
8 app-vim/vim-latex: Clean Python bits up
9
10 Remove the meaningless python flag -- Python bits are installed
11 unconditionally of it. Add PYTHON_USEDEP on vim.
12
13 app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 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
17 index e78f5dd54df..cd63293ec9f 100644
18 --- a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
19 +++ b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
20 @@ -15,14 +15,14 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
21
22 LICENSE="vim"
23 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
24 -IUSE="html python"
25 +IUSE="html"
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27
28 RDEPEND="
29 ${PYTHON_DEPS}
30 || (
31 - app-editors/vim[python?]
32 - app-editors/gvim[python?]
33 + app-editors/vim[python,${PYTHON_USEDEP}]
34 + app-editors/gvim[python,${PYTHON_USEDEP}]
35 )
36 virtual/latex-base
37 !app-vim/vimtex"