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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBC5915808A for ; Mon, 21 Jul 2025 16:40:27 +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 DB4C1340CD7 for ; Mon, 21 Jul 2025 16:40:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D8C6E11055E; Mon, 21 Jul 2025 16:40:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CEF8011055E for ; Mon, 21 Jul 2025 16:40:26 +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 88875340CD7 for ; Mon, 21 Jul 2025 16:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1400328F for ; Mon, 21 Jul 2025 16:40:24 +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: <1753115979.5bb431c8d54a4acf6907d83fd66b562fef8406b4.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm/lightdm-1.32.0-r4.ebuild x11-misc/lightdm/lightdm-1.32.0-r5.ebuild X-VCS-Directories: x11-misc/lightdm/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 5bb431c8d54a4acf6907d83fd66b562fef8406b4 X-VCS-Branch: master Date: Mon, 21 Jul 2025 16:40:24 +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: f0c05e45-c21e-4755-b914-84ce70cca89d X-Archives-Hash: e3471131da57301f542b10b2a343d647 commit: 5bb431c8d54a4acf6907d83fd66b562fef8406b4 Author: Eli Schwartz gentoo org> AuthorDate: Sun Jul 20 20:22:00 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Mon Jul 21 16:39:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb431c8 x11-misc/lightdm: remove libxml2 dep entirely as unused Originally added in gentoo-historical-2.git commit 23500cafc46bebf85205eac51a0ead46a2d46431 titled "Re-introduce lightdm package." as of September 2011. At the time, the source code contained few greps for "xml, all of which essentially boiled down to "gtk-doc", "the file format for an svg icon", and "g_dbus_node_info_new_for_xml". No use of libxml2 at all. I'm baffled as to why it was ever added. libxclavier adds transitive cflags-only for libxml2 via Requires.private, and isn't a true dependency. yelp-tools has a runtime dep on `xmllint` and checks for it via yelp.m4 -- but originally no autoreconf was done, hence no bdep on yelp-tools. Still, that would be a *build* time dep only. What gives? Demote the dependency to a bdep. Bug: https://bugs.gentoo.org/365311 Signed-off-by: Eli Schwartz gentoo.org> x11-misc/lightdm/{lightdm-1.32.0-r4.ebuild => lightdm-1.32.0-r5.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/lightdm/lightdm-1.32.0-r4.ebuild b/x11-misc/lightdm/lightdm-1.32.0-r5.ebuild similarity index 99% rename from x11-misc/lightdm/lightdm-1.32.0-r4.ebuild rename to x11-misc/lightdm/lightdm-1.32.0-r5.ebuild index d3a83c6f8304..cf6439fdc25e 100644 --- a/x11-misc/lightdm/lightdm-1.32.0-r4.ebuild +++ b/x11-misc/lightdm/lightdm-1.32.0-r5.ebuild @@ -23,7 +23,6 @@ RESTRICT="test" COMMON_DEPEND=" >=dev-libs/glib-2.44.0:2 dev-libs/libgcrypt:= - dev-libs/libxml2:= sys-libs/pam x11-libs/libX11 x11-libs/libxcb:= @@ -48,6 +47,7 @@ DEPEND="${COMMON_DEPEND} BDEPEND=" app-text/yelp-tools dev-build/gtk-doc-am + dev-libs/libxml2 dev-util/intltool sys-devel/gettext virtual/pkgconfig