commit: 210cf01585ee780b4c075624006e900f4c404224
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 07:53:36 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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