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 4A40A158064 for ; Sat, 11 May 2024 01:42:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 555F0E29EC; Sat, 11 May 2024 01:42:50 +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 2F28EE29EC for ; Sat, 11 May 2024 01:42:50 +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 197FE34302C for ; Sat, 11 May 2024 01:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3093D1A88 for ; Sat, 11 May 2024 01:42:47 +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: <1715391261.927ae4ea15eaae6951e0dec37f93000a557325a3.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-r2.ebuild dev-lang/perl/perl-5.38.2-r3.ebuild dev-lang/perl/perl-5.38.2-r4.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 927ae4ea15eaae6951e0dec37f93000a557325a3 X-VCS-Branch: master Date: Sat, 11 May 2024 01:42:47 +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: 0da0f9b9-e15a-4f07-be66-ef658645d88b X-Archives-Hash: 513d23607801d1b3908ce1542e96a372 commit: 927ae4ea15eaae6951e0dec37f93000a557325a3 Author: Sam James gentoo org> AuthorDate: Sat May 11 01:34:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 11 01:34:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927ae4ea dev-lang/perl: tweak grammar in alpha message Signed-off-by: Sam James gentoo.org> dev-lang/perl/perl-5.38.2-r2.ebuild | 2 +- dev-lang/perl/perl-5.38.2-r3.ebuild | 2 +- dev-lang/perl/perl-5.38.2-r4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/perl/perl-5.38.2-r2.ebuild b/dev-lang/perl/perl-5.38.2-r2.ebuild index 3f586f1612f2..e49b6cd534d7 100644 --- a/dev-lang/perl/perl-5.38.2-r2.ebuild +++ b/dev-lang/perl/perl-5.38.2-r2.ebuild @@ -577,7 +577,7 @@ src_configure() { myconf "-${myndbm}i_ndbm" "-${mygdbm}i_gdbm" "-${mydb}i_db" if use alpha && [[ "$(tc-getCC)" = "ccc" ]] ; then - ewarn "Perl will not be built with berkdb support, use gcc if you needed it..." + ewarn "Perl will not be built with berkdb support, use gcc if you need it..." myconf -Ui_db -Ui_ndbm fi diff --git a/dev-lang/perl/perl-5.38.2-r3.ebuild b/dev-lang/perl/perl-5.38.2-r3.ebuild index 56925312ea9f..ed241260b8f8 100644 --- a/dev-lang/perl/perl-5.38.2-r3.ebuild +++ b/dev-lang/perl/perl-5.38.2-r3.ebuild @@ -607,7 +607,7 @@ src_configure() { myconf "-${myndbm}i_ndbm" "-${mygdbm}i_gdbm" "-${mydb}i_db" if use alpha && [[ "$(tc-getCC)" = "ccc" ]] ; then - ewarn "Perl will not be built with berkdb support, use gcc if you needed it..." + ewarn "Perl will not be built with berkdb support, use gcc if you need it..." myconf -Ui_db -Ui_ndbm fi diff --git a/dev-lang/perl/perl-5.38.2-r4.ebuild b/dev-lang/perl/perl-5.38.2-r4.ebuild index 736657d7a501..dc13745fe83d 100644 --- a/dev-lang/perl/perl-5.38.2-r4.ebuild +++ b/dev-lang/perl/perl-5.38.2-r4.ebuild @@ -607,7 +607,7 @@ src_configure() { myconf "-${myndbm}i_ndbm" "-${mygdbm}i_gdbm" "-${mydb}i_db" if use alpha && [[ "$(tc-getCC)" = "ccc" ]] ; then - ewarn "Perl will not be built with berkdb support, use gcc if you needed it..." + ewarn "Perl will not be built with berkdb support, use gcc if you need it..." myconf -Ui_db -Ui_ndbm fi