diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-07 14:17:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-07 14:17:15 +0000 |
commit | b675fc32d516f96412f702fe993191fc330b9fde (patch) | |
tree | f9787c1cc8bd3837ecdeb00bc0dca95d82d9fc2b /dev-python/PyQt4/PyQt4-4.8.1.ebuild | |
parent | Mask "declarative" USE flag for dev-python/PyQt4. (diff) | |
download | gentoo-2-b675fc32d516f96412f702fe993191fc330b9fde.tar.gz gentoo-2-b675fc32d516f96412f702fe993191fc330b9fde.tar.bz2 gentoo-2-b675fc32d516f96412f702fe993191fc330b9fde.zip |
Add a comment.
(Portage version: 2.2.0_alpha4_p11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.8.1.ebuild')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.8.1.ebuild b/dev-python/PyQt4/PyQt4-4.8.1.ebuild index 90eccf3b8a0c..733ccab2cac2 100644 --- a/dev-python/PyQt4/PyQt4-4.8.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.2 2010/11/06 17:32:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.3 2010/11/07 14:17:15 arfrever Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -100,6 +100,7 @@ src_configure() { $(pyqt4_use_enable X QtGui) $(pyqt4_use_enable X QtDesigner) $(pyqt4_use_enable X QtScriptTools) + # QtAssistant module is not available with Qt >=4.7.0. $(pyqt4_use_enable assistant QtAssistant) $(pyqt4_use_enable assistant QtHelp) $(pyqt4_use_enable declarative QtDeclarative) |