View | Details | Raw Unified
Collapse All | Expand All

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