diff options
author | Sam James <sam@gentoo.org> | 2024-05-11 02:34:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-11 02:34:21 +0100 |
commit | 927ae4ea15eaae6951e0dec37f93000a557325a3 (patch) | |
tree | 107178293120f438ec42f8b8b59edc8b10a3a756 /dev-lang/perl | |
parent | dev-lang/perl: fix -Wimplicit-int in prefix check (diff) | |
download | gentoo-927ae4ea15eaae6951e0dec37f93000a557325a3.tar.gz gentoo-927ae4ea15eaae6951e0dec37f93000a557325a3.tar.bz2 gentoo-927ae4ea15eaae6951e0dec37f93000a557325a3.zip |
dev-lang/perl: tweak grammar in alpha message
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.38.2-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.38.2-r3.ebuild | 2 | ||||
-rw-r--r-- | 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 |