Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/
Date: Sat, 07 Apr 2018 19:48:27
Message-Id: 1523130485.bcab49022f23201eb970383cda56842c028f4622.slyfox@gentoo
1 commit: bcab49022f23201eb970383cda56842c028f4622
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 19:48:05 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 19:48:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcab4902
7
8 sys-devel/binutils: fix typos and add accidentally words
9
10 Reported-by: [Arfrever]
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 sys-devel/binutils/binutils-2.30-r1.ebuild | 9 +++++----
14 sys-devel/binutils/binutils-9999.ebuild | 9 +++++----
15 2 files changed, 10 insertions(+), 8 deletions(-)
16
17 diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild b/sys-devel/binutils/binutils-2.30-r1.ebuild
18 index 145bbe7e290..1940638068c 100644
19 --- a/sys-devel/binutils/binutils-2.30-r1.ebuild
20 +++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
21 @@ -390,7 +390,7 @@ pkg_postrm() {
22 # Note [slotting support]
23 # -----------------------
24 # Gentoo's layout for binutils files is non-standard as Gentoo
25 -# supports slotted installation for binutils. But many tools
26 +# supports slotted installation for binutils. Many tools
27 # still expect binutils to reside in known locations.
28 # binutils-config package restores symlinks into known locations,
29 # like:
30 @@ -400,10 +400,11 @@ pkg_postrm() {
31 #
32 # Note [tooldir hack for ldscripts]
33 # ---------------------------------
34 -# Build system does not ./configure to tweak evey location we need
35 -# for slotting binutils. This note is about SCRIPTDIR define.
36 +# Build system does not allow ./configure to tweak every location
37 +# we need for slotting binutils hence annd the shuffling in
38 +# src_install(). This note is about SCRIPTDIR define handling.
39 #
40 -# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
41 +# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
42 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
43 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
44 # Thus we can't just move files around after compilation finished.
45
46 diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
47 index 1c3f3623a94..2c6b66e54bb 100644
48 --- a/sys-devel/binutils/binutils-9999.ebuild
49 +++ b/sys-devel/binutils/binutils-9999.ebuild
50 @@ -387,7 +387,7 @@ pkg_postrm() {
51 # Note [slotting support]
52 # -----------------------
53 # Gentoo's layout for binutils files is non-standard as Gentoo
54 -# supports slotted installation for binutils. But many tools
55 +# supports slotted installation for binutils. Many tools
56 # still expect binutils to reside in known locations.
57 # binutils-config package restores symlinks into known locations,
58 # like:
59 @@ -397,10 +397,11 @@ pkg_postrm() {
60 #
61 # Note [tooldir hack for ldscripts]
62 # ---------------------------------
63 -# Build system does not ./configure to tweak evey location we need
64 -# for slotting binutils. This note is about SCRIPTDIR define.
65 +# Build system does not allow ./configure to tweak every location
66 +# we need for slotting binutils hence annd the shuffling in
67 +# src_install(). This note is about SCRIPTDIR define handling.
68 #
69 -# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
70 +# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
71 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
72 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
73 # Thus we can't just move files around after compilation finished.