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/gundo/
Date: Sun, 09 Feb 2020 16:18:20
Message-Id: 1581265049.6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a.mgorny@gentoo
1 commit: 6c4d3040ef774c59b542c49a7742fb7cbbc0ca5a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:14:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d3040
7
8 app-vim/gundo: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/gundo/{gundo-2.6.2.ebuild => gundo-2.6.2-r2.ebuild} | 4 ++--
13 app-vim/gundo/{gundo-2.6.2-r1.ebuild => gundo-2.6.2-r3.ebuild} | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-vim/gundo/gundo-2.6.2.ebuild b/app-vim/gundo/gundo-2.6.2-r2.ebuild
17 similarity index 86%
18 rename from app-vim/gundo/gundo-2.6.2.ebuild
19 rename to app-vim/gundo/gundo-2.6.2-r2.ebuild
20 index 0c3b69a6049..4dfdca739ac 100644
21 --- a/app-vim/gundo/gundo-2.6.2.ebuild
22 +++ b/app-vim/gundo/gundo-2.6.2-r2.ebuild
23 @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 RDEPEND="
26 || (
27 - app-editors/vim[python,${PYTHON_USEDEP}]
28 - app-editors/gvim[python,${PYTHON_USEDEP}]
29 + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
30 + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
31 )
32 ${PYTHON_DEPS}"
33
34
35 diff --git a/app-vim/gundo/gundo-2.6.2-r1.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild
36 similarity index 87%
37 rename from app-vim/gundo/gundo-2.6.2-r1.ebuild
38 rename to app-vim/gundo/gundo-2.6.2-r3.ebuild
39 index 3140f0d8ba4..fa78d2605c2 100644
40 --- a/app-vim/gundo/gundo-2.6.2-r1.ebuild
41 +++ b/app-vim/gundo/gundo-2.6.2-r3.ebuild
42 @@ -17,8 +17,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
43
44 RDEPEND="
45 || (
46 - app-editors/vim[python,${PYTHON_USEDEP}]
47 - app-editors/gvim[python,${PYTHON_USEDEP}]
48 + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
49 + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
50 )
51 ${PYTHON_DEPS}"