blob: 78ac9caf527caab308a9f26bffe766dc9d43ca18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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.18-r1.ebuild,v 1.5 2007/10/12 20:52:01 pylon Exp $
PATCHVER="1.5"
ELF2FLT_VER=""
inherit toolchain-binutils
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
src_unpack() {
toolchain-binutils_src_unpack
# disable regeneration of info pages #193364
touch "${S}"/bfd/elf.c
}
|