diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-11 21:03:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-11 21:03:27 +0000 |
commit | c4c54808a936d562715fe7a0ea6e9518109015dc (patch) | |
tree | e6b5acef85d7298292140a9a3abb69f82547cc44 /sys-devel/binutils/binutils-2.22-r1.ebuild | |
parent | net-mail/notmuch: Version bump to 0.10.2. (diff) | |
download | gentoo-2-c4c54808a936d562715fe7a0ea6e9518109015dc.tar.gz gentoo-2-c4c54808a936d562715fe7a0ea6e9518109015dc.tar.bz2 gentoo-2-c4c54808a936d562715fe7a0ea6e9518109015dc.zip |
Add fixes from upstream for ppc/hppa/s390x, and a hardened fix for static linking.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils/binutils-2.22-r1.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.22-r1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.22-r1.ebuild b/sys-devel/binutils/binutils-2.22-r1.ebuild new file mode 100644 index 000000000000..a2aa62f130bc --- /dev/null +++ b/sys-devel/binutils/binutils-2.22-r1.ebuild @@ -0,0 +1,13 @@ +# 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.22-r1.ebuild,v 1.1 2011/12/11 21:03:27 vapier Exp $ + +PATCHVER="1.1" +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" |