sys-devel/binutils: fix typos and add accidentally words
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 7 Apr 2018 19:48:05 +0000 (20:48 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 7 Apr 2018 19:48:05 +0000 (20:48 +0100)
Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9

sys-devel/binutils/binutils-2.30-r1.ebuild
sys-devel/binutils/binutils-9999.ebuild

index 145bbe7e2907faeb36d57ab119fa89510af6ee47..1940638068c2af78250d2883268191446cc61db1 100644 (file)
@@ -390,7 +390,7 @@ pkg_postrm() {
 # Note [slotting support]
 # -----------------------
 # Gentoo's layout for binutils files is non-standard as Gentoo
-# supports slotted installation for binutils. But many tools
+# supports slotted installation for binutils. Many tools
 # still expect binutils to reside in known locations.
 # binutils-config package restores symlinks into known locations,
 # like:
@@ -400,10 +400,11 @@ pkg_postrm() {
 #
 # Note [tooldir hack for ldscripts]
 # ---------------------------------
-# Build system does not ./configure to tweak evey location we need
-# for slotting binutils. This note is about SCRIPTDIR define.
+# Build system does not allow ./configure to tweak every location
+# we need for slotting binutils hence annd the shuffling in
+# src_install(). This note is about SCRIPTDIR define handling.
 #
-# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
 # Thus we can't just move files around after compilation finished.
index 1c3f3623a947ae36075833c51bccda63981d6f35..2c6b66e54bb3f3df4ce0bfec4d905cc849536333 100644 (file)
@@ -387,7 +387,7 @@ pkg_postrm() {
 # Note [slotting support]
 # -----------------------
 # Gentoo's layout for binutils files is non-standard as Gentoo
-# supports slotted installation for binutils. But many tools
+# supports slotted installation for binutils. Many tools
 # still expect binutils to reside in known locations.
 # binutils-config package restores symlinks into known locations,
 # like:
@@ -397,10 +397,11 @@ pkg_postrm() {
 #
 # Note [tooldir hack for ldscripts]
 # ---------------------------------
-# Build system does not ./configure to tweak evey location we need
-# for slotting binutils. This note is about SCRIPTDIR define.
+# Build system does not allow ./configure to tweak every location
+# we need for slotting binutils hence annd the shuffling in
+# src_install(). This note is about SCRIPTDIR define handling.
 #
-# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
 # Thus we can't just move files around after compilation finished.