diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-26 02:14:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-26 02:14:34 +0000 |
commit | 2045f8d7f1217f12f712af79ceb093829fe3bdc4 (patch) | |
tree | 4543eb3f1d78a2199913e6bbf82019ae800555be /sys-devel | |
parent | fix changelog entry (diff) | |
download | gentoo-2-2045f8d7f1217f12f712af79ceb093829fe3bdc4.tar.gz gentoo-2-2045f8d7f1217f12f712af79ceb093829fe3bdc4.tar.bz2 gentoo-2-2045f8d7f1217f12f712af79ceb093829fe3bdc4.zip |
Version bump.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.22.52.0.2.ebuild | 11 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2253e0761c98..297f235849c8 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.438 2012/03/04 06:09:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.439 2012/04/26 02:14:34 vapier Exp $ + +*binutils-2.22.52.0.2 (26 Apr 2012) + + 26 Apr 2012; Mike Frysinger <vapier@gentoo.org> +binutils-2.22.52.0.2.ebuild: + Version bump. 04 Mar 2012; Mike Frysinger <vapier@gentoo.org> binutils-2.22-r1.ebuild: Add fix from upstream for hppa/plt handling #406349 by Jeroen Roovers. diff --git a/sys-devel/binutils/binutils-2.22.52.0.2.ebuild b/sys-devel/binutils/binutils-2.22.52.0.2.ebuild new file mode 100644 index 000000000000..4cb9ea760a5b --- /dev/null +++ b/sys-devel/binutils/binutils-2.22.52.0.2.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.2.ebuild,v 1.1 2012/04/26 02:14:34 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" |