blob: 6b145af71eb28cc6729059bb339c522696283056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.26-r1.ebuild,v 1.3 2005/05/18 20:16:19 swegener Exp $
ETYPE="headers"
H_SUPPORTEDARCH="arm m68k sparc"
inherit eutils kernel-2
detect_version
SRC_URI="${KERNEL_URI}"
KEYWORDS="-* arm m68k ~sparc"
UNIPATCH_LIST=""
src_unpack() {
tc-arch-kernel
kernel-2_src_unpack
}
|