diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-12-20 23:49:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-12-20 23:49:40 +0000 |
commit | f0c4b7bfe887ca5076c6249f6c54c1b52382f4c4 (patch) | |
tree | 7fa759f273e61f9d2a5ca9a8d977cb35a6ce5bd5 | |
parent | Add USE=suid support by John Sheu from ChromiumOS #419485 by nzqr. (diff) | |
download | gentoo-2-f0c4b7bfe887ca5076c6249f6c54c1b52382f4c4.tar.gz gentoo-2-f0c4b7bfe887ca5076c6249f6c54c1b52382f4c4.tar.bz2 gentoo-2-f0c4b7bfe887ca5076c6249f6c54c1b52382f4c4.zip |
Version bump.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.23.51.0.7.ebuild | 7 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 05c02fb82691..b476eab6f3b8 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.474 2012/11/26 18:01:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.475 2012/12/20 23:49:40 vapier Exp $ + +*binutils-2.23.51.0.7 (20 Dec 2012) + + 20 Dec 2012; Mike Frysinger <vapier@gentoo.org> +binutils-2.23.51.0.7.ebuild: + Version bump. *binutils-2.23.51.0.6 (26 Nov 2012) diff --git a/sys-devel/binutils/binutils-2.23.51.0.7.ebuild b/sys-devel/binutils/binutils-2.23.51.0.7.ebuild new file mode 100644 index 000000000000..0382c76414f4 --- /dev/null +++ b/sys-devel/binutils/binutils-2.23.51.0.7.ebuild @@ -0,0 +1,7 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.23.51.0.7.ebuild,v 1.1 2012/12/20 23:49:40 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils |