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:
Davide Pesavento
2016-07-10 17:05:02 +02:00
parent 481b384dc9
commit 0569b8570e
3 changed files with 239 additions and 8 deletions

View File

@@ -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>