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 7F8D21581D3 for ; Sun, 26 May 2024 21:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C189EE29F7; Sun, 26 May 2024 21:39:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABC9EE29F7 for ; Sun, 26 May 2024 21:39:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE714343005 for ; Sun, 26 May 2024 21:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B1901B9B for ; Sun, 26 May 2024 21:39:42 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1716759503.19e99d4b5fb0b936199e00b665e003a4233c9d77.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/FFI-CheckLib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild X-VCS-Directories: dev-perl/FFI-CheckLib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 19e99d4b5fb0b936199e00b665e003a4233c9d77 X-VCS-Branch: master Date: Sun, 26 May 2024 21:39:42 +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: baab0292-e341-44e7-b641-8cc16aececd3 X-Archives-Hash: b6f27afa216b4db7494fb2b943acb76c commit: 19e99d4b5fb0b936199e00b665e003a4233c9d77 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 26 21:12:11 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 26 21:38:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e99d4b dev-perl/FFI-CheckLib: Test2::Suite is now in core perl Signed-off-by: Andreas K. Hüttel gentoo.org> .../{FFI-CheckLib-0.310.0.ebuild => FFI-CheckLib-0.310.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild similarity index 88% rename from dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild rename to dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild index 1372a5b2bb70..bfd727ad6cb9 100644 --- a/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0.ebuild +++ b/dev-perl/FFI-CheckLib/FFI-CheckLib-0.310.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-1.302.15 - >=dev-perl/Test2-Suite-0.0.60 + >=virtual/perl-Test2-Suite-0.0.60 ) "