commit: 82f88dbce5a91df90ebb9e0f72be255b4ebca9c7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 12:15:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:17:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f88dbc
app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../vim-latex/{vim-latex-1.10.0.ebuild => vim-latex-1.10.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 58de37ae255..3543ff2aafe 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"