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 6AF651580EB for ; Thu, 22 May 2025 14:08:05 +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 56A8D3430D7 for ; Thu, 22 May 2025 14:08:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8E07C11049F; Thu, 22 May 2025 14:07:56 +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 8387011049F for ; Thu, 22 May 2025 14:07:56 +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 4008234305E for ; Thu, 22 May 2025 14:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 980432827 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: <1747922851.3fa89ad95c6491c20611b60e2831c7d0e5dd2d5c.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: 3fa89ad95c6491c20611b60e2831c7d0e5dd2d5c 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: 6dd7d6a4-be85-4fba-b93a-a2916b3e1a10 X-Archives-Hash: 1366ee20608e075d7c844cc6363ad30d commit: 3fa89ad95c6491c20611b60e2831c7d0e5dd2d5c Author: Chris Mayo gmail com> AuthorDate: Wed Apr 23 18:27:48 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 22 14:07:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa89ad9 x11-wm/mutter: libxkbfile only needed by X Signed-off-by: Chris Mayo gmail.com> Signed-off-by: Pacho Ramos gentoo.org> x11-wm/mutter/mutter-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild index a0466d5923f1..fe33cde9781e 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -98,7 +98,6 @@ X_OR_XWAYLAND_DEPS=" x11-libs/libXext >=x11-libs/libXfixes-6 >=x11-libs/libXi-1.7.4 - x11-libs/libxkbfile x11-misc/xkeyboard-config >=x11-libs/libXrandr-1.5.0 x11-libs/libxcb:= @@ -111,6 +110,7 @@ RDEPEND+=" X? ( ${X_OR_XWAYLAND_DEPS} x11-libs/libICE + x11-libs/libxkbfile x11-libs/libXtst x11-libs/libSM )