diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-09 04:31:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-09 04:31:10 +0000 |
commit | 5ec67fa25f5795cf8552c6de450aa4d2f9c26396 (patch) | |
tree | 17a242436547470ed63d0219e0ee2e0b10e8adc7 /sys-devel/binutils | |
parent | Added ~mips, bug 405683. (diff) | |
download | gentoo-2-5ec67fa25f5795cf8552c6de450aa4d2f9c26396.tar.gz gentoo-2-5ec67fa25f5795cf8552c6de450aa4d2f9c26396.tar.bz2 gentoo-2-5ec67fa25f5795cf8552c6de450aa4d2f9c26396.zip |
Version bump.
(Portage version: 2.2.0_alpha100/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.22.52.0.3.ebuild | 11 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index c659102309d0..724df337bfd4 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.441 2012/04/26 14:34:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.442 2012/05/09 04:31:10 vapier Exp $ + +*binutils-2.22.52.0.3 (09 May 2012) + + 09 May 2012; Mike Frysinger <vapier@gentoo.org> +binutils-2.22.52.0.3.ebuild: + Version bump. 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> binutils-2.20.1-r1.ebuild: keyword ~amd64-fbsd diff --git a/sys-devel/binutils/binutils-2.22.52.0.3.ebuild b/sys-devel/binutils/binutils-2.22.52.0.3.ebuild new file mode 100644 index 000000000000..a483e0d45df1 --- /dev/null +++ b/sys-devel/binutils/binutils-2.22.52.0.3.ebuild @@ -0,0 +1,11 @@ +# 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.22.52.0.3.ebuild,v 1.1 2012/05/09 04:31:10 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +# 66_all_binutils-2.22-warn-textrel.patch fails to apply with +# patch-2.5.9, so require a version that for sure works +DEPEND+=" >=sys-devel/patch-2.6.1" |