mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/QtPy: Add transitive USE=printsupport
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}] )"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user