diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-07 20:48:05 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-07 20:48:05 +0100 |
commit | bcab49022f23201eb970383cda56842c028f4622 (patch) | |
tree | e2e9f2abcc72c629d628c6b6e261da757f7d9aaf /sys-devel | |
parent | app-misc/calendar: stable 0.9.1-r1 for ppc, bug #647386 (diff) | |
download | gentoo-bcab49022f23201eb970383cda56842c028f4622.tar.gz gentoo-bcab49022f23201eb970383cda56842c028f4622.tar.bz2 gentoo-bcab49022f23201eb970383cda56842c028f4622.zip |
sys-devel/binutils: fix typos and add accidentally words
Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.30-r1.ebuild | 9 | ||||
-rw-r--r-- | 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 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. |