2013-03-10 10:59:05 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-03-10 10:59:05 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.36.ebuild,v 1.2 2013/03/09 21:07:33 tomwij Exp $
|
|
|
|
|
|
|
|
EAPI="5"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
ETYPE="headers"
|
|
|
|
H_SUPPORTEDARCH="alpha amd64 arm m68k ppc sh sparc x86"
|
|
|
|
inherit eutils kernel-2
|
|
|
|
detect_version
|
|
|
|
|
|
|
|
PATCHES_V="1"
|
|
|
|
|
|
|
|
SRC_URI="${KERNEL_URI} mirror://gentoo/gentoo-headers-${OKV}-${PATCHES_V}.tar.lzma"
|
|
|
|
|
|
|
|
KEYWORDS="-* ~alpha -amd64 ~arm ~hppa ~ia64 ~m68k -mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
|
|
|
|
|
|
|
UNIPATCH_LIST="${DISTDIR}/gentoo-headers-${OKV}-${PATCHES_V}.tar.lzma"
|