diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-02 18:23:33 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-02 18:23:33 +0000 |
commit | 81dca7494448ce5828acd619487d1801ae7af730 (patch) | |
tree | 130be6db5334a5fb6926e5b8b388c29e0cf4cfe1 /dev-python | |
parent | Bump - 406511 - Thanks to Roman Gruber for catching this omission. (diff) | |
download | gentoo-2-81dca7494448ce5828acd619487d1801ae7af730.tar.gz gentoo-2-81dca7494448ce5828acd619487d1801ae7af730.tar.bz2 gentoo-2-81dca7494448ce5828acd619487d1801ae7af730.zip |
Don't enable QtAssistant module because it was removed in qt-4.7 and we already depend on 4.7.2 or later.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.9.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index a7005c9c5c57..3e82b23a4282 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.169 2012/02/21 01:06:46 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.170 2012/03/02 18:23:33 pesa Exp $ + + 02 Mar 2012; Davide Pesavento <pesa@gentoo.org> PyQt4-4.9.1.ebuild: + Don't enable QtAssistant module because it was removed in qt-4.7 and we + already depend on 4.7.2 or later. 21 Feb 2012; Davide Pesavento <pesa@gentoo.org> -PyQt4-4.7.3.ebuild, PyQt4-4.8.1.ebuild, PyQt4-4.8.4.ebuild: diff --git a/dev-python/PyQt4/PyQt4-4.9.1.ebuild b/dev-python/PyQt4/PyQt4-4.9.1.ebuild index cc72f96fd2cd..26de845435f1 100644 --- a/dev-python/PyQt4/PyQt4-4.9.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.3 2012/02/21 00:46:23 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.4 2012/03/02 18:23:33 pesa Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -118,8 +118,6 @@ src_configure() { $(pyqt4_use_enable X QtDesigner) $(use X || echo --no-designer-plugin) $(pyqt4_use_enable X QtScriptTools) $(pyqt4_use_enable X QtTest) - # QtAssistant module is not available with Qt >=4.7.0. - $(pyqt4_use_enable assistant QtAssistant) $(pyqt4_use_enable assistant QtHelp) $(pyqt4_use_enable dbus QtDBus) $(pyqt4_use_enable declarative QtDeclarative) |