diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 17:55:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 17:55:47 +0000 |
commit | 0b609cbd3d6c2339ed147fafcdda5be6c2b4e5fb (patch) | |
tree | f68404352e638d3fece44a42d38501940e2901f4 /sys-devel | |
parent | Make libkate support optional. Bug #368539 (diff) | |
download | gentoo-2-0b609cbd3d6c2339ed147fafcdda5be6c2b4e5fb.tar.gz gentoo-2-0b609cbd3d6c2339ed147fafcdda5be6c2b4e5fb.tar.bz2 gentoo-2-0b609cbd3d6c2339ed147fafcdda5be6c2b4e5fb.zip |
Stable for amd64, wrt bug #424865
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.22-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 1b5dca271977..b4125ced80f9 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -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.458 2012/08/07 17:15:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.459 2012/08/07 17:55:47 ago Exp $ + + 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> binutils-2.22-r1.ebuild: + Stable for amd64, wrt bug #424865 07 Aug 2012; Raúl Porcel <armin76@gentoo.org> binutils-2.22-r1.ebuild: s390 stable wrt #414865 diff --git a/sys-devel/binutils/binutils-2.22-r1.ebuild b/sys-devel/binutils/binutils-2.22-r1.ebuild index 10e16c98154b..b95d56f39554 100644 --- a/sys-devel/binutils/binutils-2.22-r1.ebuild +++ b/sys-devel/binutils/binutils-2.22-r1.ebuild @@ -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.11 2012/08/07 17:15:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.12 2012/08/07 17:55:47 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" |