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 BC99815800A for ; Tue, 29 Apr 2025 14:59:39 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A0367342FDE for ; Tue, 29 Apr 2025 14:59:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 96680110105; Tue, 29 Apr 2025 14:59:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8D3DA110105 for ; Tue, 29 Apr 2025 14:59:38 +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 411A5342FDE for ; Tue, 29 Apr 2025 14:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F7E3C3A for ; Tue, 29 Apr 2025 14:59:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745938737.c330a176976607d955411538e17a32c165f60d44.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-gtk-greeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild X-VCS-Directories: x11-misc/lightdm-gtk-greeter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c330a176976607d955411538e17a32c165f60d44 X-VCS-Branch: master Date: Tue, 29 Apr 2025 14:59:36 +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: 5278f004-16d5-4000-a252-ee714b0ee22d X-Archives-Hash: 5423eacbbed9e91d2d2ae53326939edf commit: c330a176976607d955411538e17a32c165f60d44 Author: Ian Jordan gmail com> AuthorDate: Mon Jan 27 08:12:44 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 29 14:58:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c330a176 x11-misc/lightdm-gtk-greeter: Require X USE on gtk+ If x11-libs/gtk+ is built without X support then lightdm will fail to compile Closes: https://bugs.gentoo.org/948383 Signed-off-by: Ian Jordan gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/40329 Signed-off-by: Andreas Sturmlechner gentoo.org> ...m-gtk-greeter-2.0.9.ebuild => lightdm-gtk-greeter-2.0.9-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild similarity index 97% rename from x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild rename to x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild index ed46841470d6..b1aca8021364 100644 --- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9.ebuild +++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" IUSE="appindicator branding" -DEPEND="x11-libs/gtk+:3 +DEPEND="x11-libs/gtk+:3[X] >=x11-misc/lightdm-1.2.2 appindicator? ( dev-libs/ayatana-ido