diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-10 21:45:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-10 21:45:31 +0000 |
commit | d7b0d3f5b5253c7b173aa64e628826f2d9e1e9b7 (patch) | |
tree | fb3306c94ede08602f91d83ff6f98420753065a9 /sys-devel/binutils | |
parent | Fix deprecation warning. (diff) | |
download | gentoo-2-d7b0d3f5b5253c7b173aa64e628826f2d9e1e9b7.tar.gz gentoo-2-d7b0d3f5b5253c7b173aa64e628826f2d9e1e9b7.tar.bz2 gentoo-2-d7b0d3f5b5253c7b173aa64e628826f2d9e1e9b7.zip |
Version bump.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.21.51.0.8.ebuild | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index f61f5e5e9ef1..2f2d38251ea8 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.409 2011/03/14 02:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.410 2011/04/10 21:45:31 vapier Exp $ + +*binutils-2.21.51.0.8 (10 Apr 2011) + + 10 Apr 2011; Mike Frysinger <vapier@gentoo.org> +binutils-2.21.51.0.8.ebuild: + Version bump. *binutils-2.21.51.0.7 (14 Mar 2011) diff --git a/sys-devel/binutils/binutils-2.21.51.0.8.ebuild b/sys-devel/binutils/binutils-2.21.51.0.8.ebuild new file mode 100644 index 000000000000..6e0c6d2bc505 --- /dev/null +++ b/sys-devel/binutils/binutils-2.21.51.0.8.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.51.0.8.ebuild,v 1.1 2011/04/10 21:45:31 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="" |