dev-python/QtPy: Add transitive USE=printsupport

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-07 21:14:02 +02:00
parent 9203b12e1d
commit 820a170368
2 changed files with 3 additions and 2 deletions

View File

@@ -14,10 +14,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="designer gui opengl svg testlib webengine"
IUSE="designer gui opengl printsupport svg testlib webengine"
RDEPEND="
dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?]
dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,printsupport?,svg?]
gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
webengine? ( dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )"

View File

@@ -18,6 +18,7 @@
<use>
<flag name="designer">Build bindings for the QtDesigner module and enable the designer plugin</flag>
<flag name="gui">Build bindings for the QtGui module</flag>
<flag name="printsupport">Build bindings for the QtPrintSupport module</flag>
<flag name="svg">Build bindings for the QtSvg module</flag>
<flag name="testlib">Build bindings for the QtTest module</flag>
<flag name="webengine">Build bindings for the QtWebEngine module</flag>