blob: 0e78407b3263a9c31ed2ecfb3f4b57baf7ac438b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17-r1.ebuild,v 1.8 2007/10/06 14:39:43 vapier Exp $
PATCHVER="1.3"
UCLIBC_PATCHVER="1.0"
ELF2FLT_VER=""
inherit toolchain-binutils
# ARCH - packages to test before marking
KEYWORDS="-* ~alpha amd64 arm ~hppa ia64 mips ppc ~ppc64 ~s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
|