mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/PyQt4: introduce USE=compat to install deprecated pyqtconfig
A few PyQt4 revdeps still require the deprecated pyqtconfig module at build time. USE=compat re-enables the installation of pyqtconfig, so that those packages continue to build against newer versions of PyQt4. Gentoo-Bug: 526524 Gentoo-Bug: 527572 Gentoo-Bug: 536948 Package-Manager: portage-2.3.0
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="X">Build bindings for the QtGui module</flag>
|
||||
<flag name="compat">Install the deprecated pyqtconfig module for backward compatibility</flag>
|
||||
<flag name="dbus">Build bindings for the QtDBus module</flag>
|
||||
<flag name="declarative">Build bindings for the QtDeclarative module</flag>
|
||||
<flag name="designer">Build bindings for the QtDesigner module and enable the designer plugin</flag>
|
||||
|
||||
Reference in New Issue
Block a user