commit:     bcab49022f23201eb970383cda56842c028f4622
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 19:48:05 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 19:48:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcab4902

sys-devel/binutils: fix typos and add accidentally words

Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-devel/binutils/binutils-2.30-r1.ebuild | 9 +++++----
 sys-devel/binutils/binutils-9999.ebuild    | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild 
b/sys-devel/binutils/binutils-2.30-r1.ebuild
index 145bbe7e290..1940638068c 100644
--- a/sys-devel/binutils/binutils-2.30-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
@@ -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.

diff --git a/sys-devel/binutils/binutils-9999.ebuild 
b/sys-devel/binutils/binutils-9999.ebuild
index 1c3f3623a94..2c6b66e54bb 100644
--- a/sys-devel/binutils/binutils-9999.ebuild
+++ b/sys-devel/binutils/binutils-9999.ebuild
@@ -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.

Reply via email to