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 3CB5F158013 for ; Sat, 16 Dec 2023 04:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA59F2BC015; Sat, 16 Dec 2023 04:46:18 +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 34A272BC017 for ; Sat, 16 Dec 2023 04:46:18 +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 128DA335D76 for ; Sat, 16 Dec 2023 04:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C82DACA for ; Sat, 16 Dec 2023 04:46:15 +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: <1702701908.86447c52f21cc44e4b86b44695a53bfb75c6c915.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.38.2-r1.ebuild dev-lang/perl/perl-5.38.2.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 86447c52f21cc44e4b86b44695a53bfb75c6c915 X-VCS-Branch: master Date: Sat, 16 Dec 2023 04:46:15 +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: ce948090-1d3b-4174-934d-e0d7611b52e4 X-Archives-Hash: dbdf9bb6a85ababb222bdf42d998be43 commit: 86447c52f21cc44e4b86b44695a53bfb75c6c915 Author: Sam James gentoo org> AuthorDate: Sat Dec 16 04:40:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 16 04:45:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86447c52 dev-lang/perl: PDEPEND on >=virtual/perl-Math-BigInt-1.999.842 We need this to fix the modules included with Perl itself. I think this explains (or partly explains) how bug #914392 came back from the dead too. We can clean this PDEPEND up (and possibly a bunch of the others, actually) once a new Perl release is made containing newer versions of these (or perhaps Perl should PDEPEND on newer virtual/* for all of these to always pull in updates, actually.) We can't just add this dep in ipcalc because it only uses `bignum` directly, which is distinct from Math::BigInt. Bug: https://bugs.gentoo.org/914392 Closes: https://bugs.gentoo.org/919888 Signed-off-by: Sam James gentoo.org> dev-lang/perl/{perl-5.38.2.ebuild => perl-5.38.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/perl/perl-5.38.2.ebuild b/dev-lang/perl/perl-5.38.2-r1.ebuild similarity index 99% rename from dev-lang/perl/perl-5.38.2.ebuild rename to dev-lang/perl/perl-5.38.2-r1.ebuild index 03030820a433..06095f911631 100644 --- a/dev-lang/perl/perl-5.38.2.ebuild +++ b/dev-lang/perl/perl-5.38.2-r1.ebuild @@ -75,6 +75,7 @@ PDEPEND=" >=virtual/perl-Encode-3.120.0 >=virtual/perl-File-Temp-0.230.400-r2 >=virtual/perl-Data-Dumper-2.154.0 + >=virtual/perl-Math-BigInt-1.999.842 virtual/perl-Test-Harness ) "