diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-10-06 17:44:50 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-10-06 17:44:50 +0000 |
commit | f2ca6d8ba96880abe340e7b889388b669ac4a0c9 (patch) | |
tree | cc4f09bd1eb1a5e2d99ef5537287323c5470d200 /sys-devel/binutils | |
parent | Export CC so full compiler name is used. Missing libXpm depend wrt #371213 by... (diff) | |
download | gentoo-2-f2ca6d8ba96880abe340e7b889388b669ac4a0c9.tar.gz gentoo-2-f2ca6d8ba96880abe340e7b889388b669ac4a0c9.tar.bz2 gentoo-2-f2ca6d8ba96880abe340e7b889388b669ac4a0c9.zip |
Stable for HPPA (bug #378485).
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.21.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 512d0c547e22..5364fe7a4830 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.423 2011/09/22 17:29:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.424 2011/10/06 17:44:50 jer Exp $ + + 06 Oct 2011; Jeroen Roovers <jer@gentoo.org> binutils-2.21.1-r1.ebuild: + Stable for HPPA (bug #378485). 22 Sep 2011; Mike Frysinger <vapier@gentoo.org> binutils-2.18-r3.ebuild, binutils-2.18-r4.ebuild, binutils-2.19.1-r1.ebuild, diff --git a/sys-devel/binutils/binutils-2.21.1-r1.ebuild b/sys-devel/binutils/binutils-2.21.1-r1.ebuild index aaa24c688440..c82e16270673 100644 --- a/sys-devel/binutils/binutils-2.21.1-r1.ebuild +++ b/sys-devel/binutils/binutils-2.21.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.1-r1.ebuild,v 1.5 2011/09/22 17:29:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.1-r1.ebuild,v 1.6 2011/10/06 17:44:50 jer Exp $ PATCHVER="1.2" 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 -sparc-fbsd -x86-fbsd" |