Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
Date: Wed, 22 Aug 2012 14:16:43
Message-Id: 20120822141633.44D1B20352@flycatcher.gentoo.org
1 xmw 12/08/22 14:16:33
2
3 Modified: binutils-2.22-r1.ebuild ChangeLog
4 Log:
5 ppc stable (bug 414865).
6
7 (Portage version: 2.1.11.10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 sys-devel/binutils/binutils-2.22-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.14&r2=1.15
15
16 Index: binutils-2.22-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- binutils-2.22-r1.ebuild 10 Aug 2012 04:29:22 -0000 1.14
23 +++ binutils-2.22-r1.ebuild 22 Aug 2012 14:16:33 -0000 1.15
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.14 2012/08/10 04:29:22 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.15 2012/08/22 14:16:33 xmw Exp $
29
30 PATCHVER="1.5"
31 ELF2FLT_VER=""
32 inherit toolchain-binutils
33
34 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
35 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
36
37
38
39 1.466 sys-devel/binutils/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.466&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.466&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.465&r2=1.466
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
48 retrieving revision 1.465
49 retrieving revision 1.466
50 diff -u -r1.465 -r1.466
51 --- ChangeLog 10 Aug 2012 04:29:22 -0000 1.465
52 +++ ChangeLog 22 Aug 2012 14:16:33 -0000 1.466
53 @@ -1,6 +1,9 @@
54 # ChangeLog for sys-devel/binutils
55 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.465 2012/08/10 04:29:22 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.466 2012/08/22 14:16:33 xmw Exp $
58 +
59 + 22 Aug 2012; Michael Weber <xmw@g.o> binutils-2.22-r1.ebuild:
60 + ppc stable (bug 414865).
61
62 10 Aug 2012; Mike Frysinger <vapier@g.o> binutils-2.22-r1.ebuild:
63 Build with -fPIC on s390x #430554 by Raúl Porcel.