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

Collapse All | Expand All

(-)lvm2-2.00.15.ebuild (+6 lines)
Lines 17-22 Link Here
17
17
18
S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
18
S="${WORKDIR}/${PN/lvm/LVM}.${PV}"
19
19
20
src_unpack() {
21
	unpack ${A}
22
	cd ${S}
23
	epatch ${FILESDIR}/${P}-linux-2.6.7.patch
24
}
25
20
src_compile() {
26
src_compile() {
21
	econf || die "econf failed"
27
	econf || die "econf failed"
22
28

Return to bug 56873