blob: d737a5ef3e9e6674059d98e911d125c6b8d4737d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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-r2.ebuild,v 1.2 2006/03/06 23:21:13 vapier Exp $
PATCHVER="1.8"
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 ~x86"
src_unpack() {
tc-binutils_unpack
# Patches
cd "${WORKDIR}"/patch
# FreeBSD patches are not safe #122369
rm -f 00_all_freebsd*
tc-binutils_apply_patches
}
|