blob: 4cfdced8d91c8bf0a55677fb8725e94266143d15 (
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.ebuild,v 1.18 2007/02/13 23:01:14 kloeri Exp $
PATCHVER="1.1"
UCLIBC_PATCHVER="1.0"
ELF2FLT_VER=""
inherit toolchain-binutils
# ARCH - packages to test before marking
KEYWORDS="-* alpha ~amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
|