diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-05 21:03:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-05 21:03:31 +0000 |
commit | 67b89045b87161224a7fcdcb7ca8465e3a379984 (patch) | |
tree | 555a309bd68ce6091a40dc5d5f8bb03e8b68cd85 /sys-devel/binutils | |
parent | Version bump that finally adds 64-bit nsplugin which works with Firefox 3. Vi... (diff) | |
download | gentoo-2-67b89045b87161224a7fcdcb7ca8465e3a379984.tar.gz gentoo-2-67b89045b87161224a7fcdcb7ca8465e3a379984.tar.bz2 gentoo-2-67b89045b87161224a7fcdcb7ca8465e3a379984.zip |
Version bump.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.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 84382586965f..481d7337b652 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.349 2009/02/05 06:40:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.350 2009/02/05 21:03:31 vapier Exp $ + +*binutils-2.19.51.0.2 (05 Feb 2009) + + 05 Feb 2009; Mike Frysinger <vapier@gentoo.org> + +binutils-2.19.51.0.2.ebuild: + Version bump. *binutils-2.19.1 (05 Feb 2009) diff --git a/sys-devel/binutils/binutils-2.19.51.0.2.ebuild b/sys-devel/binutils/binutils-2.19.51.0.2.ebuild new file mode 100644 index 000000000000..1bb30ef42ede --- /dev/null +++ b/sys-devel/binutils/binutils-2.19.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.19.51.0.2.ebuild,v 1.1 2009/02/05 21:03:31 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="" |