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 2D0CF1580EB for ; Thu, 22 May 2025 14:07:56 +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 19F5934305E for ; Thu, 22 May 2025 14:07:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 08B7B1103DE; Thu, 22 May 2025 14:07:55 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F11871103DE for ; Thu, 22 May 2025 14:07:54 +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 A0D50343058 for ; Thu, 22 May 2025 14:07:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A7823F5 for ; Thu, 22 May 2025 14:07:53 +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: <1747922849.b0f203c0b62d451a4e65bfb1a2c19b4dbffba258.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-9999.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b0f203c0b62d451a4e65bfb1a2c19b4dbffba258 X-VCS-Branch: master Date: Thu, 22 May 2025 14:07:53 +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: 0757a814-3558-4e6a-ba34-93a3b2f79cb0 X-Archives-Hash: b64816323b76fd60942ff0aa46cdb7b0 commit: b0f203c0b62d451a4e65bfb1a2c19b4dbffba258 Author: Chris Mayo gmail com> AuthorDate: Wed Apr 23 18:27:47 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 22 14:07:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f203c0 x11-wm/mutter: Fix whitespace Signed-off-by: Chris Mayo gmail.com> Signed-off-by: Pacho Ramos gentoo.org> x11-wm/mutter/mutter-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index 1cd4d0425081..054e4440a10b 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -109,15 +109,14 @@ X_OR_XWAYLAND_DEPS=" RDEPEND+=" X? ( - ${X_OR_XWAYLAND_DEPS} - x11-libs/libICE - >=x11-libs/libXrandr-1.5.0 - >=x11-libs/libxkbcommon-0.4.3[X] - x11-libs/libXtst + ${X_OR_XWAYLAND_DEPS} + x11-libs/libICE + >=x11-libs/libXrandr-1.5.0 + >=x11-libs/libxkbcommon-0.4.3[X] + x11-libs/libXtst ) wayland? ( xwayland? ( ${X_OR_XWAYLAND_DEPS} ) ) " - DEPEND="${RDEPEND} x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 )