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 B49F6158064 for ; Tue, 7 May 2024 07:57:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4DBE2BC06A; Tue, 7 May 2024 07:57:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 87ED22BC093 for ; Tue, 7 May 2024 07:57:08 +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 C80FF343147 for ; Tue, 7 May 2024 07:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FB211A45 for ; Tue, 7 May 2024 07:57:05 +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: <1715068538.210cf01585ee780b4c075624006e900f4c404224.dilfridge@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-r3.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 210cf01585ee780b4c075624006e900f4c404224 X-VCS-Branch: master Date: Tue, 7 May 2024 07:57:05 +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: cf4b9c36-a2aa-4a2d-ad33-3f9af1982e72 X-Archives-Hash: 2f48731c2cc69893ec5a0994f3002058 commit: 210cf01585ee780b4c075624006e900f4c404224 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue May 7 07:53:36 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue May 7 07:55:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210cf015 dev-lang/perl: slow down warning countdown Signed-off-by: Andreas K. Hüttel gentoo.org> dev-lang/perl/perl-5.38.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.38.2-r3.ebuild b/dev-lang/perl/perl-5.38.2-r3.ebuild index 2aadb0bdd96a..fddc6f527038 100644 --- a/dev-lang/perl/perl-5.38.2-r3.ebuild +++ b/dev-lang/perl/perl-5.38.2-r3.ebuild @@ -167,7 +167,7 @@ pkg_pretend() { ewarn "Giving you a chance to abort and read the corresponding news item now..." for n in 10 9 8 7 6 5 4 3 2 1 ; do echo -n "${n} " - sleep 1 + sleep 2 done; echo "continuing." fi