public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
@ 2012-06-13 20:29 Richard Yao (ryao)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Yao (ryao) @ 2012-06-13 20:29 UTC (permalink / raw
  To: gentoo-commits

ryao        12/06/13 20:29:03

  Modified:             binutils-2.22-r1.ebuild ChangeLog
  Log:
  Fix build failure on FreeBSD (bug #347931) and keyword amd64-fbsd
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-devel/binutils/binutils-2.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.3&r2=1.4

Index: binutils-2.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- binutils-2.22-r1.ebuild	22 May 2012 19:58:59 -0000	1.3
+++ binutils-2.22-r1.ebuild	13 Jun 2012 20:29:03 -0000	1.4
@@ -1,9 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.3 2012/05/22 19:58:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.4 2012/06/13 20:29:03 ryao Exp $
 
-PATCHVER="1.2"
+PATCHVER="1.3"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd -x86-fbsd"
+



1.445                sys-devel/binutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.445&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.445&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.444&r2=1.445

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -r1.444 -r1.445
--- ChangeLog	31 May 2012 04:45:38 -0000	1.444
+++ ChangeLog	13 Jun 2012 20:29:03 -0000	1.445
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.444 2012/05/31 04:45:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.445 2012/06/13 20:29:03 ryao Exp $
+
+  13 Jun 2012; Richard Yao <ryao@gentoo.org> binutils-2.22-r1.ebuild:
+  Fix build failure on FreeBSD (bug #347931) and keyword amd64-fbsd
 
   31 May 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.20.1-r1.ebuild:
   Push out fix for POSIX test behavior #417549 by Richard Yao.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
@ 2012-06-15 13:39 Richard Yao (ryao)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Yao (ryao) @ 2012-06-15 13:39 UTC (permalink / raw
  To: gentoo-commits

ryao        12/06/15 13:39:00

  Modified:             binutils-2.22-r1.ebuild ChangeLog
  Log:
  Modify FBSD patch to include update to ./configure script, bug #421069
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-devel/binutils/binutils-2.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.5&r2=1.6

Index: binutils-2.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- binutils-2.22-r1.ebuild	14 Jun 2012 18:58:57 -0000	1.5
+++ binutils-2.22-r1.ebuild	15 Jun 2012 13:39:00 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.5 2012/06/14 18:58:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.6 2012/06/15 13:39:00 ryao Exp $
 
-PATCHVER="1.3"
+PATCHVER="1.4"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 



1.449                sys-devel/binutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.449&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.449&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.448&r2=1.449

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -r1.448 -r1.449
--- ChangeLog	14 Jun 2012 17:04:06 -0000	1.448
+++ ChangeLog	15 Jun 2012 13:39:00 -0000	1.449
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.448 2012/06/14 17:04:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.449 2012/06/15 13:39:00 ryao Exp $
+
+  15 Jun 2012; Richard Yao <ryao@gentoo.org> binutils-2.22-r1.ebuild:
+  Modify FBSD patch to include update to ./configure script, bug #421069
 
   13 Jun 2012; Richard Yao <ryao@gentoo.org> binutils-2.22-r1.ebuild:
   Push out fix for build failure on FreeBSD (bug #347931) by Naohiro Aota and keyword ~amd64-fbsd






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
@ 2012-06-15 23:31 Naohiro Aota (naota)
  0 siblings, 0 replies; 6+ messages in thread
From: Naohiro Aota (naota) @ 2012-06-15 23:31 UTC (permalink / raw
  To: gentoo-commits

naota       12/06/15 23:31:10

  Modified:             binutils-2.22-r1.ebuild ChangeLog
  Log:
  Add ~x86-fbsd.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-devel/binutils/binutils-2.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.6&r2=1.7

Index: binutils-2.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- binutils-2.22-r1.ebuild	15 Jun 2012 13:39:00 -0000	1.6
+++ binutils-2.22-r1.ebuild	15 Jun 2012 23:31:10 -0000	1.7
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.6 2012/06/15 13:39:00 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.7 2012/06/15 23:31:10 naota Exp $
 
 PATCHVER="1.4"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd -x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



1.450                sys-devel/binutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.450&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.450&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.449&r2=1.450

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -r1.449 -r1.450
--- ChangeLog	15 Jun 2012 13:39:00 -0000	1.449
+++ ChangeLog	15 Jun 2012 23:31:10 -0000	1.450
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.449 2012/06/15 13:39:00 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.450 2012/06/15 23:31:10 naota Exp $
+
+  15 Jun 2012; Naohiro Aota <naota@gentoo.org> binutils-2.22-r1.ebuild:
+  Add ~x86-fbsd.
 
   15 Jun 2012; Richard Yao <ryao@gentoo.org> binutils-2.22-r1.ebuild:
   Modify FBSD patch to include update to ./configure script, bug #421069






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
@ 2012-08-07 17:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-07 17:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/07 17:59:45

  Modified:             binutils-2.22-r1.ebuild ChangeLog
  Log:
  Stable for X86, wrt bug #414865
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sys-devel/binutils/binutils-2.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.12&r2=1.13

Index: binutils-2.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- binutils-2.22-r1.ebuild	7 Aug 2012 17:55:47 -0000	1.12
+++ binutils-2.22-r1.ebuild	7 Aug 2012 17:59:45 -0000	1.13
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.12 2012/08/07 17:55:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.13 2012/08/07 17:59:45 ago Exp $
 
 PATCHVER="1.4"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



1.460                sys-devel/binutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.460&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.460&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.459&r2=1.460

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -r1.459 -r1.460
--- ChangeLog	7 Aug 2012 17:55:47 -0000	1.459
+++ ChangeLog	7 Aug 2012 17:59:45 -0000	1.460
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.459 2012/08/07 17:55:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.460 2012/08/07 17:59:45 ago Exp $
+
+  07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> binutils-2.22-r1.ebuild:
+  Stable for X86, wrt bug #414865
 
   07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> binutils-2.22-r1.ebuild:
   Stable for amd64, wrt bug #424865





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
@ 2012-08-10  4:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2012-08-10  4:29 UTC (permalink / raw
  To: gentoo-commits

vapier      12/08/10 04:29:22

  Modified:             binutils-2.22-r1.ebuild ChangeLog
  Log:
  Build with -fPIC on s390x #430554 by Raúl Porcel.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 sys-devel/binutils/binutils-2.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.13&r2=1.14

Index: binutils-2.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- binutils-2.22-r1.ebuild	7 Aug 2012 17:59:45 -0000	1.13
+++ binutils-2.22-r1.ebuild	10 Aug 2012 04:29:22 -0000	1.14
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.13 2012/08/07 17:59:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.14 2012/08/10 04:29:22 vapier Exp $
 
-PATCHVER="1.4"
+PATCHVER="1.5"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 



1.465                sys-devel/binutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.465&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.465&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.464&r2=1.465

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- ChangeLog	8 Aug 2012 21:09:19 -0000	1.464
+++ ChangeLog	10 Aug 2012 04:29:22 -0000	1.465
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.464 2012/08/08 21:09:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.465 2012/08/10 04:29:22 vapier Exp $
+
+  10 Aug 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.22-r1.ebuild:
+  Build with -fPIC on s390x #430554 by Raúl Porcel.
 
   08 Aug 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.23.51.0.1.ebuild:
   Fix applying of lib32 patch as reported by Arfrever.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog
@ 2012-08-22 14:16 Michael Weber (xmw)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber (xmw) @ 2012-08-22 14:16 UTC (permalink / raw
  To: gentoo-commits

xmw         12/08/22 14:16:33

  Modified:             binutils-2.22-r1.ebuild ChangeLog
  Log:
  ppc stable (bug 414865).
  
  (Portage version: 2.1.11.10/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sys-devel/binutils/binutils-2.22-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild?r1=1.14&r2=1.15

Index: binutils-2.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- binutils-2.22-r1.ebuild	10 Aug 2012 04:29:22 -0000	1.14
+++ binutils-2.22-r1.ebuild	22 Aug 2012 14:16:33 -0000	1.15
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.14 2012/08/10 04:29:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.15 2012/08/22 14:16:33 xmw Exp $
 
 PATCHVER="1.5"
 ELF2FLT_VER=""
 inherit toolchain-binutils
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"



1.466                sys-devel/binutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.466&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.466&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.465&r2=1.466

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -r1.465 -r1.466
--- ChangeLog	10 Aug 2012 04:29:22 -0000	1.465
+++ ChangeLog	22 Aug 2012 14:16:33 -0000	1.466
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/binutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.465 2012/08/10 04:29:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.466 2012/08/22 14:16:33 xmw Exp $
+
+  22 Aug 2012; Michael Weber <xmw@gentoo.org> binutils-2.22-r1.ebuild:
+  ppc stable (bug 414865).
 
   10 Aug 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.22-r1.ebuild:
   Build with -fPIC on s390x #430554 by Raúl Porcel.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-22 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07 17:59 [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-22 14:16 Michael Weber (xmw)
2012-08-10  4:29 Mike Frysinger (vapier)
2012-06-15 23:31 Naohiro Aota (naota)
2012-06-15 13:39 Richard Yao (ryao)
2012-06-13 20:29 Richard Yao (ryao)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox