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

(-)pyside.orig/pyside-1.1.0.ebuild (+3 lines)
Lines 58-63 Link Here
58
58
59
pkg_setup() {
59
pkg_setup() {
60
	python_set_active_version 2
60
	python_set_active_version 2
61
	python_pkg_setup
61
}
62
}
62
63
63
src_configure() {
64
src_configure() {
Lines 82-87 Link Here
82
}
83
}
83
84
84
src_test() {
85
src_test() {
86
	python_enable_pyc
85
	VIRTUALX_COMMAND="cmake-utils_src_test"
87
	VIRTUALX_COMMAND="cmake-utils_src_test"
86
	virtualmake
88
	virtualmake
89
	python_disable_pyc
87
}
90
}

Return to bug 403061