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 7A4F9158089 for ; Sun, 5 Nov 2023 10:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955B32BC021; Sun, 5 Nov 2023 10:08:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79A022BC021 for ; Sun, 5 Nov 2023 10:08:22 +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 8667B335CCD for ; Sun, 5 Nov 2023 10:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C4F911E3 for ; Sun, 5 Nov 2023 10:08:20 +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: <1699178886.dd2673ad33a868af692cf3d90cd2d831f27b5d45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild X-VCS-Directories: dev-perl/Math-BigInt-GMP/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd2673ad33a868af692cf3d90cd2d831f27b5d45 X-VCS-Branch: master Date: Sun, 5 Nov 2023 10:08:20 +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: 9497297b-f76b-4781-9887-dca5a0b46baf X-Archives-Hash: a37a336b68eed51c02b7f320b941fcf7 commit: dd2673ad33a868af692cf3d90cd2d831f27b5d45 Author: Sam James gentoo org> AuthorDate: Sun Nov 5 10:08:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 5 10:08:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2673ad dev-perl/Math-BigInt-GMP: Stabilize 1.601.300 amd64, #916828 Signed-off-by: Sam James gentoo.org> dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild index fceb8669cc2f..7b3c000beb57 100644 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Use the GMP library for Math::BigInt routines" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" >=virtual/perl-Carp-1.220.0