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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8830815808D for ; Fri, 22 Apr 2022 17:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38263E08F4; Fri, 22 Apr 2022 17:51:42 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id D5805E08F4 for ; Fri, 22 Apr 2022 17:51:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 45937341827 for ; Fri, 22 Apr 2022 17:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB0133BB for ; Fri, 22 Apr 2022 17:51:31 +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: <1650649884.0df08e5dcb54b7c649697a33c673879610fab9bd.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.20.700-r1.ebuild dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild X-VCS-Directories: dev-perl/XML-LibXML/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0df08e5dcb54b7c649697a33c673879610fab9bd X-VCS-Branch: master Date: Fri, 22 Apr 2022 17:51:31 +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: 86cbb0ff-7376-44b9-95c0-1b2b69e16314 X-Archives-Hash: 968912547f4ed349700d2dbc965d6839 commit: 0df08e5dcb54b7c649697a33c673879610fab9bd Author: Sam James gentoo org> AuthorDate: Fri Apr 22 17:49:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 22 17:51:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df08e5d dev-perl/XML-LibXML: depend on newer XML-Sax Needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax has the ROOT check fixed. Closes: https://bugs.gentoo.org/840053 Signed-off-by: Sam James gentoo.org> .../{XML-LibXML-2.20.700-r1.ebuild => XML-LibXML-2.20.700-r2.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r1.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild similarity index 88% rename from dev-perl/XML-LibXML/XML-LibXML-2.20.700-r1.ebuild rename to dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild index ef2735eef3b7..0ae1504557fe 100644 --- a/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r1.ebuild +++ b/dev-perl/XML-LibXML/XML-LibXML-2.20.700-r2.ebuild @@ -14,6 +14,9 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="minimal" +# >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax +# 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 @@ -21,7 +24,7 @@ RDEPEND=" virtual/perl-IO virtual/perl-Scalar-List-Utils >=dev-perl/XML-NamespaceSupport-1.70.0 - >=dev-perl/XML-SAX-0.110.0 + >=dev-perl/XML-SAX-1.20.0-r1 dev-perl/XML-SAX-Base >=dev-libs/libxml2-2.6.21:2= virtual/perl-parent