vapier 14/06/03 02:55:18 Modified: ChangeLog Added: binutils-2.24-r3.ebuild Log: Fix from upstream for relax on alpha #366025 by Matt Turner. Fix from upstream for as-needed on hppa #466924 by Jeroen Roovers. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.514 sys-devel/binutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.514&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.514&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.513&r2=1.514 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v retrieving revision 1.513 retrieving revision 1.514 diff -u -r1.513 -r1.514 --- ChangeLog 1 Feb 2014 05:48:33 -0000 1.513 +++ ChangeLog 3 Jun 2014 02:55:18 -0000 1.514 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.513 2014/02/01 05:48:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.514 2014/06/03 02:55:18 vapier Exp $ + +*binutils-2.24-r3 (03 Jun 2014) + + 03 Jun 2014; Mike Frysinger <[email protected]> +binutils-2.24-r3.ebuild: + Fix from upstream for relax on alpha #366025 by Matt Turner. Fix from + upstream for as-needed on hppa #466924 by Jeroen Roovers. *binutils-2.24.51.0.3 (01 Feb 2014) 1.1 sys-devel/binutils/binutils-2.24-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild?rev=1.1&content-type=text/plain Index: binutils-2.24-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v 1.1 2014/06/03 02:55:18 vapier Exp $ PATCHVER="1.4" ELF2FLT_VER="" inherit toolchain-binutils KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd"
