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