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 F087D158176 for ; Mon, 13 Oct 2025 10:21:32 +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 8691433BF08 for ; Mon, 13 Oct 2025 10:20:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 86975110462; Mon, 13 Oct 2025 10:20:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7C6D3110462 for ; Mon, 13 Oct 2025 10:20:46 +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 37CBC33BF08 for ; Mon, 13 Oct 2025 10:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0ADB15CB for ; Mon, 13 Oct 2025 10:20:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760350778.c444cb089ace2656ff656d4570e3c8a968905c7a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-LibXML/XML-LibXML-2.21.0-r1.ebuild dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild X-VCS-Directories: dev-perl/XML-LibXML/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c444cb089ace2656ff656d4570e3c8a968905c7a X-VCS-Branch: master Date: Mon, 13 Oct 2025 10:20: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: 6a25db32-6afb-4e37-8de1-2119e637b9bb X-Archives-Hash: e1d4d0fe674e09348310b085cf172ee9 commit: c444cb089ace2656ff656d4570e3c8a968905c7a Author: Sam James gentoo org> AuthorDate: Mon Oct 13 10:19:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 13 10:19:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c444cb08 dev-perl/XML-LibXML: drop Perl virtual deps Signed-off-by: Sam James gentoo.org> .../{XML-LibXML-2.21.0.ebuild => XML-LibXML-2.21.0-r1.ebuild} | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.21.0-r1.ebuild similarity index 90% rename from dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild rename to dev-perl/XML-LibXML/XML-LibXML-2.21.0-r1.ebuild index fde7941a9240..879128a377dd 100644 --- a/dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild +++ b/dev-perl/XML-LibXML/XML-LibXML-2.21.0-r1.ebuild @@ -18,19 +18,13 @@ IUSE="minimal" # has the ROOT check fixed. Didn't happen with XML-SAX-Expat, but best to be careful. # bug #840053 RDEPEND=" - virtual/perl-Carp - virtual/perl-Encode - >=virtual/perl-Exporter-5.570.0 - virtual/perl-IO - virtual/perl-Scalar-List-Utils >=dev-perl/XML-NamespaceSupport-1.70.0 >=dev-perl/XML-SAX-1.20.0-r1 dev-perl/XML-SAX-Base >=dev-libs/libxml2-2.6.21:2= - virtual/perl-parent " -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker +BDEPEND=" + ${RDEPEND} dev-perl/Alien-Build >=dev-perl/Alien-Libxml2-0.140.0 test? (