Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.8.1.ebuild
Date: Sun, 07 Nov 2010 14:17:24
Message-Id: 20101107141715.C9F4120051@flycatcher.gentoo.org
1 arfrever 10/11/07 14:17:15
2
3 Modified: PyQt4-4.8.1.ebuild
4 Log:
5 Add a comment.
6
7 (Portage version: 2.2.0_alpha4_p11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/PyQt4/PyQt4-4.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild?r1=1.2&r2=1.3
15
16 Index: PyQt4-4.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- PyQt4-4.8.1.ebuild 6 Nov 2010 17:32:34 -0000 1.2
23 +++ PyQt4-4.8.1.ebuild 7 Nov 2010 14:17:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.2 2010/11/06 17:32:34 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.3 2010/11/07 14:17:15 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="*"
32 @@ -100,6 +100,7 @@
33 $(pyqt4_use_enable X QtGui)
34 $(pyqt4_use_enable X QtDesigner)
35 $(pyqt4_use_enable X QtScriptTools)
36 + # QtAssistant module is not available with Qt >=4.7.0.
37 $(pyqt4_use_enable assistant QtAssistant)
38 $(pyqt4_use_enable assistant QtHelp)
39 $(pyqt4_use_enable declarative QtDeclarative)