diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2022-10-15 05:25:04 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:38:59 +0000 |
commit | d5d0f78c67dfc88771f466c76bd589f190b5bbf9 (patch) | |
tree | 156dacbbd2ec232f9111f854b57d4a2f1a8e6294 /x11-wm | |
parent | x11-misc/xscreensaver: drop old unstable versions (diff) | |
download | gentoo-d5d0f78c67dfc88771f466c76bd589f190b5bbf9.tar.gz gentoo-d5d0f78c67dfc88771f466c76bd589f190b5bbf9.tar.bz2 gentoo-d5d0f78c67dfc88771f466c76bd589f190b5bbf9.zip |
x11-wm/muffin: fix sysprof build
Closes: https://bugs.gentoo.org/876967
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/muffin/muffin-5.4.7-r1.ebuild (renamed from x11-wm/muffin/muffin-5.4.7.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/muffin/muffin-5.4.7.ebuild b/x11-wm/muffin/muffin-5.4.7-r1.ebuild index 34e81f424c7f..bb59f627180d 100644 --- a/x11-wm/muffin/muffin-5.4.7.ebuild +++ b/x11-wm/muffin/muffin-5.4.7-r1.ebuild @@ -56,7 +56,7 @@ COMDEPEND=" input_devices_wacom? ( >=dev-libs/libwacom-0.13:= ) introspection? ( >=dev-libs/gobject-introspection-1.41.3:= ) screencast? ( >=media-video/pipewire-0.3.0:= ) - sysprof? ( >=dev-util/sysprof-capture-3.35.2:4 ) + sysprof? ( >=dev-util/sysprof-capture-3.35.2:3 ) udev? ( >=virtual/libudev-228:= >=dev-libs/libgudev-232 ) " @@ -65,6 +65,8 @@ RDEPEND="${COMDEPEND} " DEPEND="${COMDEPEND} x11-base/xorg-proto + + sysprof? ( dev-util/sysprof-common ) " BDEPEND=" dev-util/gdbus-codegen |