diff options
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.20.51.0.2.ebuild | 9 |
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2d63f0079b8a..5551315f7dfd 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.369 2009/09/14 15:34:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.370 2009/10/10 21:19:25 vapier Exp $ + +*binutils-2.20.51.0.2 (10 Oct 2009) + + 10 Oct 2009; Mike Frysinger <vapier@gentoo.org> + +binutils-2.20.51.0.2.ebuild: + Version bump. 14 Sep 2009; Raúl Porcel <armin76@gentoo.org> binutils-2.19.1-r1.ebuild: s390 stable diff --git a/sys-devel/binutils/binutils-2.20.51.0.2.ebuild b/sys-devel/binutils/binutils-2.20.51.0.2.ebuild new file mode 100644 index 000000000000..8ce89d3620d0 --- /dev/null +++ b/sys-devel/binutils/binutils-2.20.51.0.2.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.20.51.0.2.ebuild,v 1.1 2009/10/10 21:19:25 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="" |