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 B8228138350 for ; Mon, 2 Mar 2020 19:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F670E0876; Mon, 2 Mar 2020 19:23:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7E6F1E0876 for ; Mon, 2 Mar 2020 19:23:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB42534F4DC for ; Mon, 2 Mar 2020 19:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58239161 for ; Mon, 2 Mar 2020 19:23:02 +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: <1583176945.c8c5b8db07cf01026e02b7e6b0eb048dc0086776.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: c8c5b8db07cf01026e02b7e6b0eb048dc0086776 X-VCS-Branch: master Date: Mon, 2 Mar 2020 19:23:02 +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: 90040b0c-0196-485b-aed5-2ac0e7915022 X-Archives-Hash: e818d977fab8a2220edd9a8552fb066a commit: c8c5b8db07cf01026e02b7e6b0eb048dc0086776 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Mar 2 19:22:25 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Mar 2 19:22:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c5b8db x11-wm/mutter: depend on sysprof-capture that ships all needed files .. and re-enable sysprof capture support by default Closes: https://bugs.gentoo.org/711188 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, 3 insertions(+), 4 deletions(-) diff --git a/x11-wm/mutter/mutter-3.34.4.ebuild b/x11-wm/mutter/mutter-3.34.4.ebuild index d7277a90b8c..edd7e4a0698 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,9 +77,8 @@ RDEPEND="${DEPEND} " DEPEND="${DEPEND} x11-base/xorg-proto - sysprof? ( dev-util/sysprof-capture:3 - dev-util/sysprof:0/3 ) -" # FIXME: only sysprof-capture should do, but a dbus interface file is needed + sysprof? ( >=dev-util/sysprof-capture-3.34.1-r1:3 ) +" # wayland bdepend for wayland-scanner, xorg-server for cvt utility BDEPEND=" dev-libs/wayland