blob: 3468c60de1f689ee031846b9df0f288e2c77e311 (
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.1 2005/03/30 04:10:16 vapier Exp $
ETYPE="headers"
H_SUPPORTEDARCH="arm m68k"
inherit kernel-2 eutils
detect_version
SRC_URI="${KERNEL_URI}"
KEYWORDS="-* arm m68k"
UNIPATCH_LIST=""
src_unpack() {
tc-arch-kernel
kernel-2_src_unpack
}
|