commit: a93acd4c82881447914759b4e29f8aa601ab482b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 16:37:21 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 15:19:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93acd4c
app-vim/vim-latex: Clean Python bits up
Remove the meaningless python flag -- Python bits are installed
unconditionally of it. Add PYTHON_USEDEP on vim.
app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 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 e78f5dd54df..cd63293ec9f 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
@@ -15,14 +15,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"
+IUSE="html"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
|| (
- app-editors/vim[python?]
- app-editors/gvim[python?]
+ app-editors/vim[python,${PYTHON_USEDEP}]
+ app-editors/gvim[python,${PYTHON_USEDEP}]
)
virtual/latex-base
!app-vim/vimtex"