diff options
author | 2012-02-05 02:57:52 +0000 | |
---|---|---|
committer | 2012-02-05 02:57:52 +0000 | |
commit | 5fc9518b7a71d9690f84ddd2df2511edf35226fe (patch) | |
tree | afe071c4d39aa4630fc47bcb5a9d313ca6b42185 /sys-devel | |
parent | Add live git version. (diff) | |
download | gentoo-2-5fc9518b7a71d9690f84ddd2df2511edf35226fe.tar.gz gentoo-2-5fc9518b7a71d9690f84ddd2df2511edf35226fe.tar.bz2 gentoo-2-5fc9518b7a71d9690f84ddd2df2511edf35226fe.zip |
Version bump.
(Portage version: 2.2.0_alpha84/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.1.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 3daa9b28b834..7e8e596f7ca4 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.435 2012/02/05 02:57:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.436 2012/02/05 02:57:52 vapier Exp $ + +*binutils-2.22.52.0.1 (05 Feb 2012) + + 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> +binutils-2.22.52.0.1.ebuild: + Version bump. *binutils-9999 (05 Feb 2012) diff --git a/sys-devel/binutils/binutils-2.22.52.0.1.ebuild b/sys-devel/binutils/binutils-2.22.52.0.1.ebuild new file mode 100644 index 000000000000..8d8407fdd21c --- /dev/null +++ b/sys-devel/binutils/binutils-2.22.52.0.1.ebuild @@ -0,0 +1,13 @@ +# 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.1.ebuild,v 1.1 2012/02/05 02:57:52 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" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" |