summaryrefslogtreecommitdiff
blob: 768bdca3d59bfccf2089d0cba83f1c71a7c9d1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/Attic/linux-headers-2.6.18.ebuild,v 1.1 2006/10/08 20:02:13 vapier Exp $

EAPI=5
ETYPE="headers"
H_SUPPORTEDARCH="alpha amd64 arm hppa m68k ia64 ppc ppc64 s390 sh sparc x86"
inherit eutils multilib kernel-2
detect_version

SRC_URI="${KERNEL_URI}"
KEYWORDS="-*"

DEPEND="dev-util/unifdef"
RDEPEND=""