blob: ea74d6dff56e7a607d05038467d8dfa1b4e262f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
K_SECURITY_UNSUPPORTED="1"
K_DEBLOB_AVAILABLE="1"
ETYPE="sources"
inherit kernel-2
detect_version
DESCRIPTION="Patched sources for the Linux kernel with experimental Plan9 support."
HOMEPAGE="http://www.kernel.org"
SRC_URI="${KERNEL_URI}"
KEYWORDS="x86"
IUSE="deblob"
src_prepare() {
# Applying Glendix patch...
epatch "${FILESDIR}/glendix_2.6.31.6.patch"
}
|