blob: a82a95fb083eb946cc5efc790109525f50384562 (
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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Full sources including CFS and HRT patches"
HOMEPAGE="http://dev.gentoo.org/~angelos/"
KEYWORDS="~amd64"
IUSE=""
K_WANT_GENPATCHES="base"
K_GENPATCHES_VER="9"
UNIPATCH_STRICTORDER="1"
ETYPE="sources"
inherit kernel-2
detect_version
UNIPATCH_LIST="${DISTDIR}/${PF}.patch.bz2"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI}
http://dev.gentoo.org/~angelos/patches/${PF}.patch.bz2"
|