commit: 62e01e8436ab74804779a55431e1f023b5a61716
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 20:00:56 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 20:01:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e01e84
usr-ldscript.eclass: spell 'GNU Binutils' consistently
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/usr-ldscript.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/usr-ldscript.eclass b/eclass/usr-ldscript.eclass
index e52de9e658d4..389714a3aa77 100644
--- a/eclass/usr-ldscript.eclass
+++ b/eclass/usr-ldscript.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: usr-ldscript.eclass
@@ -131,7 +131,7 @@ gen_usr_ldscript() {
if [[ -n ${nowrite} ]] ; then
chmod u-w "${ED}/${libdir}/${tlib}" || die
fi
- # Now as we don't use GNU binutils and our linker
doesn't
+ # Now as we don't use GNU Binutils and our linker
doesn't
# understand linker scripts, just create a symlink.
pushd "${ED}/usr/${libdir}" > /dev/null
ln -snf "../../${libdir}/${tlib}" "${lib}"