Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-9999-r1.ebuild grub-2.02_beta2.ebuild ChangeLog
Date: Sat, 26 Apr 2014 21:00:33
Message-Id: 20140426210025.2392E2004B@flycatcher.gentoo.org
1 floppym 14/04/26 21:00:25
2
3 Modified: grub-9999-r1.ebuild grub-2.02_beta2.ebuild
4 ChangeLog
5 Log:
6 Replace -O3 with -O2 to prevent segfault in grub-mkimage, bug 508758 by Roc Vallès.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.16 sys-boot/grub/grub-9999-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.15&r2=1.16
16
17 Index: grub-9999-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- grub-9999-r1.ebuild 15 Apr 2014 22:47:35 -0000 1.15
24 +++ grub-9999-r1.ebuild 26 Apr 2014 21:00:24 -0000 1.16
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.15 2014/04/15 22:47:35 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.16 2014/04/26 21:00:24 floppym Exp $
30
31 EAPI=5
32
33 @@ -230,6 +230,9 @@
34 }
35
36 src_configure() {
37 + # Bug 508758.
38 + replace-flags -O3 -O2
39 +
40 # We don't want to leak flags onto boot code.
41 export HOST_CCASFLAGS=${CCASFLAGS}
42 export HOST_CFLAGS=${CFLAGS}
43
44
45
46 1.7 sys-boot/grub/grub-2.02_beta2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild?r1=1.6&r2=1.7
51
52 Index: grub-2.02_beta2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- grub-2.02_beta2.ebuild 15 Apr 2014 22:47:35 -0000 1.6
59 +++ grub-2.02_beta2.ebuild 26 Apr 2014 21:00:24 -0000 1.7
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.6 2014/04/15 22:47:35 floppym Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2.ebuild,v 1.7 2014/04/26 21:00:24 floppym Exp $
65
66 EAPI=5
67
68 @@ -230,6 +230,9 @@
69 }
70
71 src_configure() {
72 + # Bug 508758.
73 + replace-flags -O3 -O2
74 +
75 # We don't want to leak flags onto boot code.
76 export HOST_CCASFLAGS=${CCASFLAGS}
77 export HOST_CFLAGS=${CFLAGS}
78
79
80
81 1.311 sys-boot/grub/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.311&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.311&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.310&r2=1.311
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
90 retrieving revision 1.310
91 retrieving revision 1.311
92 diff -u -r1.310 -r1.311
93 --- ChangeLog 15 Apr 2014 22:47:35 -0000 1.310
94 +++ ChangeLog 26 Apr 2014 21:00:24 -0000 1.311
95 @@ -1,6 +1,11 @@
96 # ChangeLog for sys-boot/grub
97 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.310 2014/04/15 22:47:35 floppym Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.311 2014/04/26 21:00:24 floppym Exp $
100 +
101 + 26 Apr 2014; Mike Gilbert <floppym@g.o> grub-2.02_beta2.ebuild,
102 + grub-9999-r1.ebuild:
103 + Replace -O3 with -O2 to prevent segfault in grub-mkimage, bug 508758 by Roc
104 + Vallès.
105
106 15 Apr 2014; Mike Gilbert <floppym@g.o> grub-2.02_beta2.ebuild,
107 grub-9999-r1.ebuild: