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

Collapse All | Expand All

(-)/usr/portage/net-misc/rdiff-backup/rdiff-backup-0.12.5.ebuild (+6 lines)
Lines 14-19 Link Here
14
14
15
inherit distutils
15
inherit distutils
16
16
17
src_unpack() {
18
	unpack "${A}"
19
	cd "${S}"
20
	epatch "${FILESDIR}/${PVR}/unreadable-files.patch"
21
}
22
17
src_compile() {
23
src_compile() {
18
	distutils_src_compile
24
	distutils_src_compile
19
}
25
}

Return to bug 30307