blob: 5e5fcf1bd67548694757e1cf82c33b2e9b8a4cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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 support for programs from the Plan 9 From Bell Labs research operating system."
HOMEPAGE="http://www.glendix.org http://www.kernel.org"
SRC_URI="${KERNEL_URI}"
KEYWORDS="x86"
IUSE="deblob"
src_prepare() {
epatch "${FILESDIR}/glendix_${PV}.patch"
}
|