Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265784
Collapse All | Expand All

(-)bittorrent-5.0.9-r1.ebuild (+4 lines)
Lines 44-49 Link Here
44
src_prepare() {
44
src_prepare() {
45
	# path for documentation is in lowercase #109743
45
	# path for documentation is in lowercase #109743
46
	sed -i -r "s:(dp.*appdir):\1.lower():" BitTorrent/platform.py
46
	sed -i -r "s:(dp.*appdir):\1.lower():" BitTorrent/platform.py
47
48
	sed -i "s/self\.as/self\.asock/g"  ${S}/khashmir/test_krpc.py
49
	sed -i "s/self\.bs/self\.bsock/g"  ${S}/khashmir/test_krpc.py
50
47
	distutils_src_prepare
51
	distutils_src_prepare
48
}
52
}
49
53

Return to bug 265784