Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/
Date: Sun, 30 Oct 2022 09:40:27
Message-Id: 1667122739.d5d0f78c67dfc88771f466c76bd589f190b5bbf9.sam@gentoo
1 commit: d5d0f78c67dfc88771f466c76bd589f190b5bbf9
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Sat Oct 15 09:25:04 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:38:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d0f78c
7
8 x11-wm/muffin: fix sysprof build
9
10 Closes: https://bugs.gentoo.org/876967
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 x11-wm/muffin/{muffin-5.4.7.ebuild => muffin-5.4.7-r1.ebuild} | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/x11-wm/muffin/muffin-5.4.7.ebuild b/x11-wm/muffin/muffin-5.4.7-r1.ebuild
19 similarity index 97%
20 rename from x11-wm/muffin/muffin-5.4.7.ebuild
21 rename to x11-wm/muffin/muffin-5.4.7-r1.ebuild
22 index 34e81f424c7f..bb59f627180d 100644
23 --- a/x11-wm/muffin/muffin-5.4.7.ebuild
24 +++ b/x11-wm/muffin/muffin-5.4.7-r1.ebuild
25 @@ -56,7 +56,7 @@ COMDEPEND="
26 input_devices_wacom? ( >=dev-libs/libwacom-0.13:= )
27 introspection? ( >=dev-libs/gobject-introspection-1.41.3:= )
28 screencast? ( >=media-video/pipewire-0.3.0:= )
29 - sysprof? ( >=dev-util/sysprof-capture-3.35.2:4 )
30 + sysprof? ( >=dev-util/sysprof-capture-3.35.2:3 )
31 udev? ( >=virtual/libudev-228:=
32 >=dev-libs/libgudev-232 )
33 "
34 @@ -65,6 +65,8 @@ RDEPEND="${COMDEPEND}
35 "
36 DEPEND="${COMDEPEND}
37 x11-base/xorg-proto
38 +
39 + sysprof? ( dev-util/sysprof-common )
40 "
41 BDEPEND="
42 dev-util/gdbus-codegen