diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-21 18:37:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-27 17:19:21 +0200 |
commit | a93acd4c82881447914759b4e29f8aa601ab482b (patch) | |
tree | 0fcdd113e7d7fa9433dfedf2b0ffe3feaf858162 /app-vim/vim-latex | |
parent | app-vim/splice: Add missing PYTHON_USEDEP on vim (diff) | |
download | gentoo-a93acd4c82881447914759b4e29f8aa601ab482b.tar.gz gentoo-a93acd4c82881447914759b4e29f8aa601ab482b.tar.bz2 gentoo-a93acd4c82881447914759b4e29f8aa601ab482b.zip |
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.
Diffstat (limited to 'app-vim/vim-latex')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 6 |
1 files 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 e78f5dd54dfc..cd63293ec9fd 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" |