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-base/gnome-shell/
Date: Sun, 09 Feb 2020 16:25:32
Message-Id: 1581265330.21137f65e4af2ce31d19a83a88584f0b6d8a8258.mgorny@gentoo
1 commit: 21137f65e4af2ce31d19a83a88584f0b6d8a8258
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 14:52:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:22:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21137f65
7
8 gnome-base/gnome-shell: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild | 4 +++-
13 .../{gnome-shell-3.32.2.ebuild => gnome-shell-3.32.2-r1.ebuild} | 6 ++++--
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
17 index 601a0789119..6daa3d58709 100644
18 --- a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
19 +++ b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
20 @@ -59,7 +59,9 @@ COMMON_DEPEND="
21 >=x11-libs/libXfixes-5.0
22
23 ${PYTHON_DEPS}
24 - dev-python/pygobject:3[${PYTHON_USEDEP}]
25 + $(python_gen_cond_dep '
26 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
27 + ')
28 media-libs/mesa[X(+)]
29 "
30 # Runtime-only deps are probably incomplete and approximate.
31
32 diff --git a/gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.32.2-r1.ebuild
33 similarity index 97%
34 rename from gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild
35 rename to gnome-base/gnome-shell/gnome-shell-3.32.2-r1.ebuild
36 index cc2d09d474c..3b1c0f71c32 100644
37 --- a/gnome-base/gnome-shell/gnome-shell-3.32.2.ebuild
38 +++ b/gnome-base/gnome-shell/gnome-shell-3.32.2-r1.ebuild
39 @@ -8,7 +8,7 @@ inherit gnome.org gnome2-utils meson pax-utils python-single-r1 virtualx xdg
40
41 DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
42 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell"
43 -SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz"
44 +SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
45
46 LICENSE="GPL-2+ LGPL-2+"
47 SLOT="0"
48 @@ -56,7 +56,9 @@ DEPEND="
49 >=x11-libs/libXfixes-5.0
50
51 ${PYTHON_DEPS}
52 - dev-python/pygobject:3[${PYTHON_USEDEP}]
53 + $(python_gen_cond_dep '
54 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
55 + ')
56 media-libs/mesa[X(+)]
57 "
58 # Runtime-only deps are probably incomplete and approximate.