From: Michał Górny Date: Fri, 7 Feb 2020 12:15:59 +0000 (+0100) Subject: app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=82f88dbce5a91df90ebb9e0f72be255b4ebca9c7;p=gentoo.git app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP Signed-off-by: Michał Górny --- diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild similarity index 93% rename from app-vim/vim-latex/vim-latex-1.10.0.ebuild rename to app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild index 58de37ae2552..3543ff2aafe0 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] ) virtual/latex-base !app-vim/vimtex"