Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/
Date: Sun, 01 Mar 2020 17:35:10
Message-Id: 1583084090.b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce.leio@gentoo
1 commit: b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 17:34:50 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 17:34:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6eec9d6
7
8 x11-wm/mutter: temporary workaround for sysprof problem
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-wm/mutter/mutter-3.34.4.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-wm/mutter/mutter-3.34.4.ebuild b/x11-wm/mutter/mutter-3.34.4.ebuild
17 index b7a1e3cfc33..d7277a90b8c 100644
18 --- a/x11-wm/mutter/mutter-3.34.4.ebuild
19 +++ b/x11-wm/mutter/mutter-3.34.4.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz"
21 LICENSE="GPL-2+"
22 SLOT="0/5" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot
23
24 -IUSE="elogind input_devices_wacom +introspection screencast +sysprof systemd test udev wayland"
25 +IUSE="elogind input_devices_wacom +introspection screencast sysprof systemd test udev wayland"
26 # native backend requires gles3 for hybrid graphics blitting support, udev and a logind provider
27 REQUIRED_USE="
28 wayland? ( ^^ ( elogind systemd ) udev )
29 @@ -77,8 +77,9 @@ RDEPEND="${DEPEND}
30 "
31 DEPEND="${DEPEND}
32 x11-base/xorg-proto
33 - sysprof? ( dev-util/sysprof-capture:3 )
34 -"
35 + sysprof? ( dev-util/sysprof-capture:3
36 + dev-util/sysprof:0/3 )
37 +" # FIXME: only sysprof-capture should do, but a dbus interface file is needed
38 # wayland bdepend for wayland-scanner, xorg-server for cvt utility
39 BDEPEND="
40 dev-libs/wayland