diff options
author | Tom Gall <tgall@gentoo.org> | 2007-07-04 22:10:52 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-07-04 22:10:52 +0000 |
commit | 1d293481517bd920049143e150917ae513d9c4b2 (patch) | |
tree | 646a8941a0091594b818fce792f97abb8b2c52a2 /sys-devel | |
parent | Initial addition for bug #92763. Initial ebuild done by kiorky <kiorky@crypte... (diff) | |
download | gentoo-2-1d293481517bd920049143e150917ae513d9c4b2.tar.gz gentoo-2-1d293481517bd920049143e150917ae513d9c4b2.tar.bz2 gentoo-2-1d293481517bd920049143e150917ae513d9c4b2.zip |
stable on ppc64, addresses power6, ps3 and other gcc issues
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 1cb21c8e175f..c54bd829fb62 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.295 2007/07/01 20:06:04 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.296 2007/07/04 22:10:52 tgall Exp $ + + 03 Jul 2007; Tom Gall <tgall@gentoo.org> binutils-2.17.50.0.17.ebuild: + stable on ppc64, addresses power6, ps3 and other gcc issues 01 Jul 2007; Jose Luis Rivero <yoswink@gentoo.org> binutils-2.17.50.0.16.ebuild: diff --git a/sys-devel/binutils/binutils-2.17.50.0.17.ebuild b/sys-devel/binutils/binutils-2.17.50.0.17.ebuild index 5a798243d9d6..1fe11c4383b4 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.17.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.17.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.17.ebuild,v 1.1 2007/06/19 06:50:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.17.ebuild,v 1.2 2007/07/04 22:10:52 tgall Exp $ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="" +KEYWORDS="ppc64" |