diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-05-09 16:49:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-09 16:49:52 +0000 |
commit | 48dae69d2c889e81e5af9b92be1aeac44c1c38a4 (patch) | |
tree | 3f3fc6f659a70cd85290d5c8fec00de5e62e91a2 /sys-devel/binutils | |
parent | Fix variable quoting (add missing quotes). Spotted by Mike Gilbert <floppymas... (diff) | |
download | gentoo-2-48dae69d2c889e81e5af9b92be1aeac44c1c38a4.tar.gz gentoo-2-48dae69d2c889e81e5af9b92be1aeac44c1c38a4.tar.bz2 gentoo-2-48dae69d2c889e81e5af9b92be1aeac44c1c38a4.zip |
Version bump.
(Portage version: 2.2.0_alpha30/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.9.ebuild | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2f2d38251ea8..036d4c55490c 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.410 2011/04/10 21:45:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.411 2011/05/09 16:49:52 vapier Exp $ + +*binutils-2.21.51.0.9 (09 May 2011) + + 09 May 2011; Mike Frysinger <vapier@gentoo.org> +binutils-2.21.51.0.9.ebuild: + Version bump. *binutils-2.21.51.0.8 (10 Apr 2011) diff --git a/sys-devel/binutils/binutils-2.21.51.0.9.ebuild b/sys-devel/binutils/binutils-2.21.51.0.9.ebuild new file mode 100644 index 000000000000..9e2a387b2c49 --- /dev/null +++ b/sys-devel/binutils/binutils-2.21.51.0.9.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.9.ebuild,v 1.1 2011/05/09 16:49:52 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="" |