diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 10:45:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-07 10:45:57 +0000 |
commit | feb5f937bf1f2f2289c7c0623359e8cb06c268e8 (patch) | |
tree | 1072f68235d8475969f940642e905ace5a07e24b /sys-devel | |
parent | Insert LANGUAGE=C as a temp. workaround before econf wrt #271501. (diff) | |
download | gentoo-2-feb5f937bf1f2f2289c7c0623359e8cb06c268e8.tar.gz gentoo-2-feb5f937bf1f2f2289c7c0623359e8cb06c268e8.tar.bz2 gentoo-2-feb5f937bf1f2f2289c7c0623359e8cb06c268e8.zip |
Version bump.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.51.0.9.ebuild | 9 |
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index fba8a2eeefcd..c765fe00defc 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.360 2009/06/03 22:55:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.361 2009/06/07 10:45:57 vapier Exp $ + +*binutils-2.19.51.0.9 (07 Jun 2009) + + 07 Jun 2009; Mike Frysinger <vapier@gentoo.org> + +binutils-2.19.51.0.9.ebuild: + Version bump. *binutils-2.19.51.0.8 (03 Jun 2009) diff --git a/sys-devel/binutils/binutils-2.19.51.0.9.ebuild b/sys-devel/binutils/binutils-2.19.51.0.9.ebuild new file mode 100644 index 000000000000..bd51f991db39 --- /dev/null +++ b/sys-devel/binutils/binutils-2.19.51.0.9.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.19.51.0.9.ebuild,v 1.1 2009/06/07 10:45:57 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="" |