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 B683C13835A for ; Mon, 14 Jun 2021 10:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBEACE0EDC; Mon, 14 Jun 2021 10:38:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D3329E0EDC for ; Mon, 14 Jun 2021 10:38:45 +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 ED9C5340D8D for ; Mon, 14 Jun 2021 10:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D00E796 for ; Mon, 14 Jun 2021 10:38:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623667062.7d469fd8e04569c56ca18d4e94b86692e0957000.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-40.1-r1.ebuild x11-wm/mutter/mutter-40.1-r2.ebuild x11-wm/mutter/mutter-40.1-r3.ebuild x11-wm/mutter/mutter-40.1.ebuild x11-wm/mutter/mutter-40.2-r1.ebuild x11-wm/mutter/mutter-40.2.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d469fd8e04569c56ca18d4e94b86692e0957000 X-VCS-Branch: master Date: Mon, 14 Jun 2021 10:38:43 +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: b72c05df-1443-4407-a1fa-1efa488cddee X-Archives-Hash: 0572a08274d6446ec2c25b98001e1fff commit: 7d469fd8e04569c56ca18d4e94b86692e0957000 Author: Sam James gentoo org> AuthorDate: Sun Jun 13 23:50:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 14 10:37:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d469fd8 x11-wm/mutter: revbump for newer sysprof-capture dependency gentoo.org> x11-wm/mutter/{mutter-40.1.ebuild => mutter-40.1-r2.ebuild} | 2 +- x11-wm/mutter/{mutter-40.1-r1.ebuild => mutter-40.1-r3.ebuild} | 2 +- x11-wm/mutter/{mutter-40.2.ebuild => mutter-40.2-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/mutter/mutter-40.1.ebuild b/x11-wm/mutter/mutter-40.1-r2.ebuild similarity index 98% rename from x11-wm/mutter/mutter-40.1.ebuild rename to x11-wm/mutter/mutter-40.1-r2.ebuild index d974a8666a1..1e805c5eb32 100644 --- a/x11-wm/mutter/mutter-40.1.ebuild +++ b/x11-wm/mutter/mutter-40.1-r2.ebuild @@ -55,7 +55,7 @@ DEPEND=" >=media-libs/libcanberra-0.26 sys-apps/dbus media-libs/mesa[X(+),egl] - sysprof? ( >=dev-util/sysprof-capture-3.38.0:4 ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 ) wayland? ( >=dev-libs/wayland-protocols-1.19 >=dev-libs/wayland-1.18.0 diff --git a/x11-wm/mutter/mutter-40.1-r1.ebuild b/x11-wm/mutter/mutter-40.1-r3.ebuild similarity index 98% rename from x11-wm/mutter/mutter-40.1-r1.ebuild rename to x11-wm/mutter/mutter-40.1-r3.ebuild index 80da2be5510..e900d2206e4 100644 --- a/x11-wm/mutter/mutter-40.1-r1.ebuild +++ b/x11-wm/mutter/mutter-40.1-r3.ebuild @@ -6,7 +6,7 @@ inherit gnome.org gnome2-utils meson udev virtualx xdg DESCRIPTION="GNOME 3 compositing window manager based on Clutter" HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/" -SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz" +SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-r1-patchset.tar.xz" LICENSE="GPL-2+" SLOT="0/8" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-.pc) should use the subslot diff --git a/x11-wm/mutter/mutter-40.2.ebuild b/x11-wm/mutter/mutter-40.2-r1.ebuild similarity index 98% rename from x11-wm/mutter/mutter-40.2.ebuild rename to x11-wm/mutter/mutter-40.2-r1.ebuild index b5d3e38d7e2..36f6f75bc57 100644 --- a/x11-wm/mutter/mutter-40.2.ebuild +++ b/x11-wm/mutter/mutter-40.2-r1.ebuild @@ -55,7 +55,7 @@ DEPEND=" >=media-libs/libcanberra-0.26 sys-apps/dbus media-libs/mesa[X(+),egl] - sysprof? ( >=dev-util/sysprof-capture-3.38.0:4 ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 ) wayland? ( >=dev-libs/wayland-protocols-1.19 >=dev-libs/wayland-1.18.0