commit: 438d1f0f312d57db29380154d2c7939063375551
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 20:00:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 20:01:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438d1f0f
apache-2.eclass: spell 'GNU Binutils' consistently
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/apache-2.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 74965b28f60e..0ff76bd2dcf1 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -451,7 +451,7 @@ apache-2_src_prepare() {
# idea for everyone
case ${CHOST} in
*-linux-gnu|*-solaris*)
- # do nothing, these use GNU binutils
+ # do nothing, these use GNU Binutils
:
;;
*-darwin*)