diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-06-01 16:30:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-06-01 16:30:48 +0000 |
commit | fe586917518b3561829e2ba4cf2fd119f922c401 (patch) | |
tree | c5de12987227a7041ee2b7ae17a0f453af601507 /dev-python/PyQt4/metadata.xml | |
parent | ppc stable #270440 (diff) | |
download | gentoo-2-fe586917518b3561829e2ba4cf2fd119f922c401.tar.gz gentoo-2-fe586917518b3561829e2ba4cf2fd119f922c401.tar.bz2 gentoo-2-fe586917518b3561829e2ba4cf2fd119f922c401.zip |
Fixed automagic dependency issue. ( bug 236341 ). Fixed rpath issues ( bug 235819 , bug 271870 )
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4/metadata.xml')
-rw-r--r-- | dev-python/PyQt4/metadata.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/PyQt4/metadata.xml b/dev-python/PyQt4/metadata.xml index ce808a4242ee..21beed1e3bd7 100644 --- a/dev-python/PyQt4/metadata.xml +++ b/dev-python/PyQt4/metadata.xml @@ -4,7 +4,14 @@ <herd>python</herd> <herd>qt</herd> <use> - <flag name='qt3support'>enable the Qt3Support libraries for Qt4</flag> - <flag name='webkit'>enable WebKit support</flag> + <flag name='X'>Build the QtGui and QtDesigner modules</flag> + <flag name='assistant'>Build the QtHelp and QtAssistant modules</flag> + <flag name='opengl'>Build the QtOpenGL module</flag> + <flag name='phonon'>Build the phonon module</flag> + <flag name='qt3support'>Enable the Qt3Support libraries for Qt4</flag> + <flag name='sql'>Build the QtSql module</flag> + <flag name='svg'>Build the QtSvg module</flag> + <flag name='webkit'>Build the QtWebKit module</flag> + <flag name='xmlpatterns'>Build the QtXmlPatterns module</flag> </use> </pkgmetadata> |