From: Sergei Trofimovich Date: Sat, 7 Apr 2018 19:48:05 +0000 (+0100) Subject: sys-devel/binutils: fix typos and add accidentally words X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bcab49022f23201eb970383cda56842c028f4622;p=gentoo.git sys-devel/binutils: fix typos and add accidentally words Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild b/sys-devel/binutils/binutils-2.30-r1.ebuild index 145bbe7e2907..1940638068c2 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 1c3f3623a947..2c6b66e54bb3 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.