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: dev-vcs/git-deps/
Date: Sun, 09 Feb 2020 16:25:24
Message-Id: 1581265310.e0b108a28c654a47d2f5ba2d5b41d28d59640902.mgorny@gentoo
1 commit: e0b108a28c654a47d2f5ba2d5b41d28d59640902
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 13:21:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:21:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b108a2
7
8 dev-vcs/git-deps: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-vcs/git-deps/git-deps-9999.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-vcs/git-deps/git-deps-9999.ebuild b/dev-vcs/git-deps/git-deps-9999.ebuild
16 index f66f9135657..57d46ddb9f5 100644
17 --- a/dev-vcs/git-deps/git-deps-9999.ebuild
18 +++ b/dev-vcs/git-deps/git-deps-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,8 +17,10 @@ LICENSE="GPL-2"
26 SLOT="0"
27
28 RDEPEND="
29 - dev-python/flask[${PYTHON_USEDEP}]
30 - dev-python/pygit2[${PYTHON_USEDEP}]
31 + $(python_gen_cond_dep '
32 + dev-python/flask[${PYTHON_MULTI_USEDEP}]
33 + dev-python/pygit2[${PYTHON_MULTI_USEDEP}]
34 + ')
35 net-libs/nodejs
36 ${PYTHON_DEPS}
37 "