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

(-)dbus-python-0.83.0-r1.ebuild-orig (+5 lines)
Lines 32-37 Link Here
32
	# Disable compiling of .pyc files.
32
	# Disable compiling of .pyc files.
33
	mv py-compile py-compile.orig
33
	mv py-compile py-compile.orig
34
	ln -s $(type -P true) py-compile
34
	ln -s $(type -P true) py-compile
35
	
36
	if use !test; then
37
	    sed -i 's/SUBDIRS = _dbus_bindings _dbus_glib_bindings examples m4 test tools/SUBDIRS = _dbus_bindings _dbus_glib_bindings examples m4 tools/;' "${S}/Makefile.in" || die "sed of Makefile.in failed"
38
	fi
39
	
35
40
36
	python_src_prepare
41
	python_src_prepare
37
}
42
}

Return to bug 226347