Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316869 | Differences between
and this patch

Collapse All | Expand All

(-)linux-fusion-8.1.1.ebuild (-3 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/linux-fusion/linux-fusion-8.1.1.ebuild,v 1.3 2010/04/09 02:53:33 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/linux-fusion/linux-fusion-8.1.1.ebuild,v 1.3 2010/04/09 02:53:33 jer Exp $
4
EAPI="2"
4
5
5
inherit eutils linux-mod
6
inherit eutils linux-mod
6
7
Lines 18-26 Link Here
18
BUILD_TARGETS="modules"
19
BUILD_TARGETS="modules"
19
MODULESD_REALTIME_DOCS="AUTHORS ChangeLog README"
20
MODULESD_REALTIME_DOCS="AUTHORS ChangeLog README"
20
21
21
src_unpack() {
22
src_prepare() {
22
	unpack ${A}
23
	epatch "${FILESDIR}"/${P}-sched.patch
23
	cd "${S}"/linux/drivers/char/fusion
24
	cd linux/drivers/char/fusion
24
	ln -s Makefile-2.6 Makefile
25
	ln -s Makefile-2.6 Makefile
25
}
26
}
26
27

Return to bug 316869