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.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 9599115813A for ; Tue, 07 Jan 2025 22:50:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5A8E07D0; Tue, 07 Jan 2025 22:50:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D9A2E07D0 for ; Tue, 07 Jan 2025 22:50:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA044340DC8 for ; Tue, 07 Jan 2025 22:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CAD81870 for ; Tue, 07 Jan 2025 22:50:07 +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: <1736290158.fa52f3b5e558e216c37146a12587de447cb9eee7.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-46.4-r1.ebuild x11-wm/mutter/mutter-46.7-r1.ebuild x11-wm/mutter/mutter-9999.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa52f3b5e558e216c37146a12587de447cb9eee7 X-VCS-Branch: master Date: Tue, 07 Jan 2025 22:50:07 +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: 044c5b25-bddb-4be3-9279-e3c0ae74500d X-Archives-Hash: a2bc0db463864ed4e26ea0ecfc0e6b7b commit: fa52f3b5e558e216c37146a12587de447cb9eee7 Author: Sam James gentoo org> AuthorDate: Tue Jan 7 22:49:18 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 22:49:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa52f3b5 x11-wm/mutter: fix empty(!) RDEPEND This has been there for several weeks now. Signed-off-by: Sam James gentoo.org> x11-wm/mutter/mutter-46.4-r1.ebuild | 6 +++--- x11-wm/mutter/mutter-46.7-r1.ebuild | 9 ++++----- x11-wm/mutter/mutter-9999.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/x11-wm/mutter/mutter-46.4-r1.ebuild b/x11-wm/mutter/mutter-46.4-r1.ebuild index 5987f69cd1b6..c923d571f568 100644 --- a/x11-wm/mutter/mutter-46.4-r1.ebuild +++ b/x11-wm/mutter/mutter-46.4-r1.ebuild @@ -34,7 +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 -DEPEND=" +RDEPEND=" >=media-libs/graphene-1.10.2[introspection?] x11-libs/gdk-pixbuf:2 >=x11-libs/pango-1.46[introspection?] @@ -90,7 +90,7 @@ DEPEND=" " # for now upstream has "have_x11 = true" in the meson.build, but sooner or later upstream is going to make X optional. # X? ( -DEPEND+=" +RDEPEND+=" >=gui-libs/gtk-4.0.0:4[X,introspection?] >=x11-libs/libX11-1.7.0 >=x11-libs/libXcomposite-0.4 @@ -111,7 +111,7 @@ DEPEND+=" " # )" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 ) " diff --git a/x11-wm/mutter/mutter-46.7-r1.ebuild b/x11-wm/mutter/mutter-46.7-r1.ebuild index 5930d24a87d8..aac907e2ac69 100644 --- a/x11-wm/mutter/mutter-46.7-r1.ebuild +++ b/x11-wm/mutter/mutter-46.7-r1.ebuild @@ -33,8 +33,8 @@ RESTRICT="!test? ( test )" # this ensures have_enable_ei_portal is always there in xwayland.pc, which affects how Xwayland is launched, thus if it were toggled off # 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 -DEPEND=" +# v3.32.2 has many excessive or unused *_req variables declared, thus currently the dep order ignores those and goes via wdependency() call order +RDEPEND=" >=media-libs/graphene-1.10.2[introspection?] x11-libs/gdk-pixbuf:2 >=x11-libs/pango-1.46[introspection?] @@ -90,7 +90,7 @@ DEPEND=" " # for now upstream has "have_x11 = true" in the meson.build, but sooner or later upstream is going to make X optional. # X? ( -DEPEND+=" +RDEPEND+=" >=gui-libs/gtk-4.0.0:4[X,introspection?] >=x11-libs/libX11-1.7.0 >=x11-libs/libXcomposite-0.4 @@ -110,8 +110,7 @@ DEPEND+=" x11-libs/libXau " # )" - -DEPEND="${DEPEND} +DEPEND="${RDEPEND} x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 ) " diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index b3efabface99..eba453454d90 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -34,7 +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 -DEPEND=" +RDEPEND=" >=media-libs/graphene-1.10.2[introspection?] x11-libs/gdk-pixbuf:2 >=x11-libs/pango-1.46[introspection?] @@ -90,7 +90,7 @@ DEPEND=" " # for now upstream has "have_x11 = true" in the meson.build, but sooner or later upstream is going to make X optional. # X? ( -DEPEND+=" +RDEPEND+=" >=gui-libs/gtk-4.0.0:4[X,introspection?] >=x11-libs/libX11-1.7.0 >=x11-libs/libXcomposite-0.4 @@ -111,7 +111,7 @@ DEPEND+=" " # )" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 ) "