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/slimv/
Date: Sun, 09 Feb 2020 16:18:21
Message-Id: 1581265050.cfb93b0e147f3e52dd7c699af6aa2bec669eb7c6.mgorny@gentoo
1 commit: cfb93b0e147f3e52dd7c699af6aa2bec669eb7c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 12:15:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:17:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb93b0e
7
8 app-vim/slimv: Switch to PYTHON_SINGLE_USEDEP
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...imv-0.9.13_p20170910.ebuild => slimv-0.9.13_p20170910-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-vim/slimv/slimv-0.9.13_p20170910.ebuild b/app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild
16 similarity index 86%
17 rename from app-vim/slimv/slimv-0.9.13_p20170910.ebuild
18 rename to app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild
19 index ab6f8f4b3d3..82a26de9ea0 100644
20 --- a/app-vim/slimv/slimv-0.9.13_p20170910.ebuild
21 +++ b/app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,8 +17,8 @@ KEYWORDS="amd64 x86"
29
30 RDEPEND="
31 || (
32 - app-editors/vim[python,${PYTHON_USEDEP}]
33 - app-editors/gvim[python,${PYTHON_USEDEP}]
34 + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
35 + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
36 )
37 ${PYTHON_DEPS}
38 || (