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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- pyside-tools-0.2.13-r2.ebuild
0
++ pyside-tools-0.2.13-r2.ebuild
Lines 10-16 Link Here
10
SUPPORT_PYTHON_ABIS="1"
10
SUPPORT_PYTHON_ABIS="1"
11
RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*"
11
RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*"
12
12
13
inherit eutils cmake-utils python
13
inherit eutils cmake-utils python virtualx
14
14
15
DESCRIPTION="PySide development tools (lupdate, rcc, uic)"
15
DESCRIPTION="PySide development tools (lupdate, rcc, uic)"
16
HOMEPAGE="http://www.pyside.org/"
16
HOMEPAGE="http://www.pyside.org/"
Lines 67-73 Link Here
67
	testing() {
67
	testing() {
68
		CMAKE_USE_DIR="${BUILDDIR}" cmake-utils_src_test
68
		CMAKE_USE_DIR="${BUILDDIR}" cmake-utils_src_test
69
	}
69
	}
70
	python_execute_function -s testing
70
	VIRTUALX_COMMAND="python_execute_function -s testing" virtualmake
71
}
71
}
72
72
73
src_install() {
73
src_install() {

Return to bug 411971