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: gnome-extra/chrome-gnome-shell/
Date: Sun, 09 Feb 2020 16:25:30
Message-Id: 1581265331.6d2cfc5b88811e765f19205f10c8f881a90f2004.mgorny@gentoo
1 commit: 6d2cfc5b88811e765f19205f10c8f881a90f2004
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:53:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:22:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2cfc5b
7
8 gnome-extra/chrome-gnome-shell: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...e-gnome-shell-10-r1.ebuild => chrome-gnome-shell-10-r3.ebuild} | 6 ++++--
13 ...e-gnome-shell-10-r2.ebuild => chrome-gnome-shell-10-r4.ebuild} | 8 +++++---
14 2 files changed, 9 insertions(+), 5 deletions(-)
15
16 diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
17 similarity index 91%
18 rename from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild
19 rename to gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
20 index d60ba0d0a1e..b283ba7f1e9 100644
21 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild
22 +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
23 @@ -23,8 +23,10 @@ DEPEND="${PYTHON_DEPS}
24 sys-apps/coreutils
25 "
26 RDEPEND="${PYTHON_DEPS}
27 - dev-python/pygobject:3[${PYTHON_USEDEP}]
28 - dev-python/requests[${PYTHON_USEDEP}]
29 + $(python_gen_cond_dep '
30 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
31 + dev-python/requests[${PYTHON_MULTI_USEDEP}]
32 + ')
33 gnome-base/gnome-shell
34 "
35
36
37 diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
38 similarity index 88%
39 rename from gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild
40 rename to gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
41 index cc94f8f1db7..c6249a6e393 100644
42 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild
43 +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -23,8 +23,10 @@ DEPEND="${PYTHON_DEPS}
51 sys-apps/coreutils
52 "
53 RDEPEND="${PYTHON_DEPS}
54 - dev-python/pygobject:3[${PYTHON_USEDEP}]
55 - dev-python/requests[${PYTHON_USEDEP}]
56 + $(python_gen_cond_dep '
57 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
58 + dev-python/requests[${PYTHON_MULTI_USEDEP}]
59 + ')
60 gnome-base/gnome-shell
61 "