From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 008D01580E0 for ; Sun, 26 Jan 2025 17:33:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E0525343562 for ; Sun, 26 Jan 2025 17:33:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B23E9110476; Sun, 26 Jan 2025 17:33:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AB9B0110476 for ; Sun, 26 Jan 2025 17:33:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6793734352E for ; Sun, 26 Jan 2025 17:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0703255B for ; Sun, 26 Jan 2025 17:32:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1737909610.9e559cfe18b0ed98f657bfea67df91e60b8bb3dc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/mutter/mutter-47.4.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9e559cfe18b0ed98f657bfea67df91e60b8bb3dc X-VCS-Branch: master Date: Sun, 26 Jan 2025 17:32:57 +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: 9df7b885-517c-42ff-a8cd-cfda3eaaab03 X-Archives-Hash: 7c03411777dce50cd5477a1a93baff74 commit: 9e559cfe18b0ed98f657bfea67df91e60b8bb3dc Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 26 16:27:18 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 26 16:40:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e559cfe x11-wm/mutter: wayland is always needed at build time Due to https://gitlab.gnome.org/GNOME/mutter/-/issues/3446#note_2089556 Bug: https://bugs.gentoo.org/937632 Signed-off-by: Pacho Ramos gentoo.org> x11-wm/mutter/mutter-47.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-47.4.ebuild b/x11-wm/mutter/mutter-47.4.ebuild index 21ce576cbfcb..e0e243bdf677 100644 --- a/x11-wm/mutter/mutter-47.4.ebuild +++ b/x11-wm/mutter/mutter-47.4.ebuild @@ -34,6 +34,7 @@ RESTRICT="!test? ( test )" # in Xwayland after mutter is installed, Xwayland would fail to be started by mutter. mutter already hard-depends on libei, so there's # really no extra deps here (besides xdg-desktop-portal, but we want that too, anyhow). # v3.32.2 has many excessive or unused *_req variables declared, thus currently the dep order ignores those and goes via dependency() call order +# dev-libs/wayland is always needed at build time due to https://bugs.gentoo.org/937632 RDEPEND=" >=media-libs/graphene-1.10.2[introspection?] x11-libs/gdk-pixbuf:2 @@ -60,9 +61,9 @@ RDEPEND=" media-libs/libglvnd[X] + >=dev-libs/wayland-1.23.0 wayland? ( >=dev-libs/wayland-protocols-1.36 - >=dev-libs/wayland-1.23.0 >=x11-libs/libdrm-2.4.118 media-libs/mesa[gbm(+)]