Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/
Date: Sun, 09 Feb 2020 16:18:21
Message-Id: 1581265053.82f88dbce5a91df90ebb9e0f72be255b4ebca9c7.mgorny@gentoo
1 commit: 82f88dbce5a91df90ebb9e0f72be255b4ebca9c7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:15:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f88dbc
7
8 app-vim/vim-latex: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../vim-latex/{vim-latex-1.10.0.ebuild => vim-latex-1.10.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 similarity index 93%
17 rename from app-vim/vim-latex/vim-latex-1.10.0.ebuild
18 rename to app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild
19 index 58de37ae255..3543ff2aafe 100644
20 --- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild
21 +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild
22 @@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
23 RDEPEND="
24 ${PYTHON_DEPS}
25 || (
26 - app-editors/vim[python,${PYTHON_USEDEP}]
27 - app-editors/gvim[python,${PYTHON_USEDEP}]
28 + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
29 + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
30 )
31 virtual/latex-base
32 !app-vim/vimtex"