diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-30 03:12:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-30 03:12:05 +0000 |
commit | c336a55c0c0a3701bb104f927d41cce9429f1fa7 (patch) | |
tree | e43215d6a678875c562d30e3ace64431af947c5c /sys-devel/binutils/binutils-2.16.1-r3.ebuild | |
parent | old (diff) | |
download | gentoo-2-c336a55c0c0a3701bb104f927d41cce9429f1fa7.tar.gz gentoo-2-c336a55c0c0a3701bb104f927d41cce9429f1fa7.tar.bz2 gentoo-2-c336a55c0c0a3701bb104f927d41cce9429f1fa7.zip |
Backport -z lazy patch to make solar happy #134514.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'sys-devel/binutils/binutils-2.16.1-r3.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1-r3.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.16.1-r3.ebuild b/sys-devel/binutils/binutils-2.16.1-r3.ebuild new file mode 100644 index 000000000000..5bded533a22b --- /dev/null +++ b/sys-devel/binutils/binutils-2.16.1-r3.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r3.ebuild,v 1.1 2006/06/30 03:12:05 vapier Exp $ + +PATCHVER="1.10" +UCLIBC_PATCHVER="1.1" +ELF2FLT_VER="" +inherit toolchain-binutils + +# ARCH - packages to test before marking +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |