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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A90215802E for ; Sun, 30 Jun 2024 15:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFFAE2B22; Sun, 30 Jun 2024 15:05:47 +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 6400CE2AF6 for ; Sun, 30 Jun 2024 15:05:47 +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 8732C335D6A for ; Sun, 30 Jun 2024 15:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFFF81BF3 for ; Sun, 30 Jun 2024 15:05:44 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1719759896.0550d3f3349b6b91d052dc026927e7fe064d78d8.chewi@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: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 0550d3f3349b6b91d052dc026927e7fe064d78d8 X-VCS-Branch: master Date: Sun, 30 Jun 2024 15:05:44 +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: ceb0d43d-6024-4aa0-8677-d75d8d4c8fb3 X-Archives-Hash: e978d7cb9f047cd7599568f5be64bffe commit: 0550d3f3349b6b91d052dc026927e7fe064d78d8 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jun 30 14:40:06 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jun 30 15:04:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0550d3f3 x11-wm/mutter: Add sub-slot operator for libdisplay-info to 9999 Note that I have not tested with libdisplay-info 0.2.0. Signed-off-by: James Le Cuirot 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 43f515815af1..2ec64dde579a 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -52,7 +52,7 @@ DEPEND=" >=media-libs/lcms-2.6:2 >=media-libs/harfbuzz-2.6.0:= >=dev-libs/libei-1.0.901 - media-libs/libdisplay-info + media-libs/libdisplay-info:= gnome? ( gnome-base/gnome-desktop:4= )