Skip to content

Commit

Permalink
app-vim/vim-latex: Clean Python bits up
Browse files Browse the repository at this point in the history
Remove the meaningless python flag -- Python bits are installed
unconditionally of it. Add PYTHON_USEDEP on vim.
  • Loading branch information
mgorny committed May 27, 2017
1 parent d8fdad3 commit a93acd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a93acd4

Please sign in to comment.