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

Collapse All | Expand All

(-)raidutils-0.0.6-r1.ebuild (-2 / +2 lines)
Lines 8-14 Link Here
8
SRC_URI="http://i2o.shadowconnect.com/raidutils/${P}.tar.bz2"
8
SRC_URI="http://i2o.shadowconnect.com/raidutils/${P}.tar.bz2"
9
HOMEPAGE="http://i2o.shadowconnect.com/"
9
HOMEPAGE="http://i2o.shadowconnect.com/"
10
10
11
KEYWORDS="x86"
11
KEYWORDS="~x86"
12
IUSE=""
12
IUSE=""
13
13
14
SLOT="0"
14
SLOT="0"
Lines 22-28 Link Here
22
	cd "${S}"
22
	cd "${S}"
23
	#epatch ${FILESDIR}/raidutils-0.0.5-i2octl-fixpath.patch || die
23
	#epatch ${FILESDIR}/raidutils-0.0.5-i2octl-fixpath.patch || die
24
	#epatch ${FILESDIR}/raidutils-0.0.6-gcc41x-compilefix.patch || die
24
	#epatch ${FILESDIR}/raidutils-0.0.6-gcc41x-compilefix.patch || die
25
	epatch "${FILESDIR}"/${P}-misc-fixes.patch || die
25
	epatch "${FILESDIR}"/raidutils-0.0.6-debian-8-multiple-issues.patch || die
26
	rm -f include/linux/i2o-dev.h
26
	rm -f include/linux/i2o-dev.h
27
}
27
}
28
28

Return to bug 282455