diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2008-10-25 22:18:41 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2008-10-25 22:18:41 +0000 |
commit | 6f41cb91d69c7f638702f292df5494abd1f09f1c (patch) | |
tree | e4a6ca000d0cd0de86255e7e674c86b37ca46d8e /sys-devel/binutils | |
parent | Keyworded ~ppc. Closes bug #235775 (diff) | |
download | gentoo-2-6f41cb91d69c7f638702f292df5494abd1f09f1c.tar.gz gentoo-2-6f41cb91d69c7f638702f292df5494abd1f09f1c.tar.bz2 gentoo-2-6f41cb91d69c7f638702f292df5494abd1f09f1c.zip |
Patchset bump to fix usage on mips; bug #223229
(Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.18-r4.ebuild | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 6b29ee5c1df3..0b6cc6360c4d 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.338 2008/09/21 07:29:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.339 2008/10/25 22:18:41 halcy0n Exp $ + +*binutils-2.18-r4 (25 Oct 2008) + + 25 Oct 2008; Mark Loeser <halcy0n@gentoo.org> +binutils-2.18-r4.ebuild: + Patchset bump to fix usage on mips; bug #223229 *binutils-2.18.50.0.9 (21 Sep 2008) diff --git a/sys-devel/binutils/binutils-2.18-r4.ebuild b/sys-devel/binutils/binutils-2.18-r4.ebuild new file mode 100644 index 000000000000..a4538a60e022 --- /dev/null +++ b/sys-devel/binutils/binutils-2.18-r4.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r4.ebuild,v 1.1 2008/10/25 22:18:41 halcy0n Exp $ + +PATCHVER="1.10" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |