Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 871525 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-python/QtPy/QtPy-2.1.0-r4.ebuild (-4 / +9 lines)
Lines 17-23 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" Link Here
17
17
18
LICENSE="MIT"
18
LICENSE="MIT"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="amd64 ~arm arm64 x86"
20
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
21
21
22
_IUSE_QT_MODULES="
22
_IUSE_QT_MODULES="
23
	declarative designer gui help location multimedia network opengl
23
	declarative designer gui help location multimedia network opengl
Lines 91-100 BDEPEND=" Link Here
91
		dev-python/mock[${PYTHON_USEDEP}]
91
		dev-python/mock[${PYTHON_USEDEP}]
92
		pyqt5? (
92
		pyqt5? (
93
			dev-python/PyQt5[${PYTHON_USEDEP}]
93
			dev-python/PyQt5[${PYTHON_USEDEP}]
94
			dev-python/PyQt5[bluetooth,dbus,declarative,designer,gui,help,location]
94
			dev-python/PyQt5[dbus,declarative,designer,gui,help]
95
			dev-python/PyQt5[multimedia,network,opengl,positioning,printsupport]
95
			dev-python/PyQt5[multimedia,network,opengl,positioning,printsupport]
96
			dev-python/PyQt5[sensors,serialport,speech(-),sql,svg,testlib,webchannel]
96
			dev-python/PyQt5[sensors,serialport,sql,svg,testlib,webchannel]
97
			dev-python/PyQt5[websockets,widgets,x11extras,xml(+),xmlpatterns]
97
			dev-python/PyQt5[websockets,widgets,x11extras,xml(+),xmlpatterns]
98
			!ppc64? ( dev-python/PyQt5[bluetooth,location,speech(-)] )
98
			dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
99
			dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
99
		)
100
		)
100
		pyside2? (
101
		pyside2? (
Lines 129-135 src_prepare() { Link Here
129
130
130
python_test() {
131
python_test() {
131
	if use pyqt5; then
132
	if use pyqt5; then
132
		QT_API="pyqt5" virtx epytest
133
		if use ppc64; then
134
			QT_API="pyqt5" virtx epytest --deselect 'qtpy/tests/test_qtlocation.py::' --deselect 'qtpy/tests/test_qttexttospeech.py::'
135
		else
136
			QT_API="pyqt5" virtx epytest
137
		fi
133
	fi
138
	fi
134
	if use pyside2; then
139
	if use pyside2; then
135
		QT_API="pyside2" virtx epytest
140
		QT_API="pyside2" virtx epytest
(-)a/profiles/arch/powerpc/package.use.mask (-1 / +1 lines)
Lines 211-216 dev-db/percona-server -numa Link Here
211
# The corresponding Qt5 modules are not keyworded on ppc, and we don't want to
211
# The corresponding Qt5 modules are not keyworded on ppc, and we don't want to
212
# keyword them solely because of PyQt5 while there are no other in-tree users.
212
# keyword them solely because of PyQt5 while there are no other in-tree users.
213
dev-python/PyQt5 bluetooth location speech
213
dev-python/PyQt5 bluetooth location speech
214
dev-python/QtPy location pyside2 speech
214
215
215
# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
216
# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
216
# Requires unkeyworded dependencies
217
# Requires unkeyworded dependencies
217
- 

Return to bug 871525