From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7267D138350 for ; Sun, 1 Mar 2020 17:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 851BAE08C4; Sun, 1 Mar 2020 17:35:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F408E08C4 for ; Sun, 1 Mar 2020 17:35:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3193034ED5A for ; Sun, 1 Mar 2020 17:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 609D32B for ; Sun, 1 Mar 2020 17:35:06 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1583084090.b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-3.34.4.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce X-VCS-Branch: master Date: Sun, 1 Mar 2020 17:35:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 240ec0b2-e821-4e4d-bde8-e3430998e393 X-Archives-Hash: 083c334844b54cba98baa31cf98e8f43 commit: b6eec9d6a6ec2dac18a22b6368606d9b2e9aacce Author: Mart Raudsepp gentoo org> AuthorDate: Sun Mar 1 17:34:50 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Mar 1 17:34:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6eec9d6 x11-wm/mutter: temporary workaround for sysprof problem Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> x11-wm/mutter/mutter-3.34.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-wm/mutter/mutter-3.34.4.ebuild b/x11-wm/mutter/mutter-3.34.4.ebuild index b7a1e3cfc33..d7277a90b8c 100644 --- a/x11-wm/mutter/mutter-3.34.4.ebuild +++ b/x11-wm/mutter/mutter-3.34.4.ebuild @@ -11,7 +11,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz" LICENSE="GPL-2+" SLOT="0/5" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-.pc) should use the subslot -IUSE="elogind input_devices_wacom +introspection screencast +sysprof systemd test udev wayland" +IUSE="elogind input_devices_wacom +introspection screencast sysprof systemd test udev wayland" # native backend requires gles3 for hybrid graphics blitting support, udev and a logind provider REQUIRED_USE=" wayland? ( ^^ ( elogind systemd ) udev ) @@ -77,8 +77,9 @@ RDEPEND="${DEPEND} " DEPEND="${DEPEND} x11-base/xorg-proto - sysprof? ( dev-util/sysprof-capture:3 ) -" + sysprof? ( dev-util/sysprof-capture:3 + dev-util/sysprof:0/3 ) +" # FIXME: only sysprof-capture should do, but a dbus interface file is needed # wayland bdepend for wayland-scanner, xorg-server for cvt utility BDEPEND=" dev-libs/wayland