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 691D615852A for ; Fri, 23 Aug 2024 05:23:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D60E2A3B; Fri, 23 Aug 2024 05:23:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 4A8AEE2A3B for ; Fri, 23 Aug 2024 05:23:42 +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 112EB342FA5 for ; Fri, 23 Aug 2024 05:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 717F41F15 for ; Fri, 23 Aug 2024 05:23:38 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1724390488.e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon/cinnamon-6.2.9.ebuild X-VCS-Directories: gnome-extra/cinnamon/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e X-VCS-Branch: master Date: Fri, 23 Aug 2024 05:23:38 +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: b10da3e7-6c63-4931-b8a5-335ed2d0f78a X-Archives-Hash: 5656d4c0f1e3220b4ddc950f2f72c0a6 commit: e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e Author: Eli Schwartz gentoo org> AuthorDate: Wed Aug 21 21:46:23 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Aug 23 05:21:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f7d2ff gnome-extra/cinnamon: correct USE dependency on gtk Actually, it doesn't use gtk's gdk-wayland backend at all, not even optionally, so the dependencies are effectively runtime-only. On the other hand, it does use the X11 one! Make sure that it correctly requires gtk+[X] when built for X11 -- which is always, as it currently doesn't support the wayland backend in that bit of code at all. Hence wayland support being masked at the moment. So we simply don't worry about that at all for now. :) Signed-off-by: Eli Schwartz gentoo.org> gnome-extra/cinnamon/cinnamon-6.2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild b/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild index e518322c4ef2..58feebb49cfe 100644 --- a/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild +++ b/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild @@ -32,7 +32,7 @@ DEPEND=" virtual/opengl x11-libs/cairo x11-libs/gdk-pixbuf:2[introspection] - >=x11-libs/gtk+-3.12.0:3[introspection,wayland?] + >=x11-libs/gtk+-3.12.0:3[introspection,wayland?,X] >=x11-libs/libnotify-0.7.3:0=[introspection] x11-libs/libX11 >=x11-libs/libXfixes-5.0