diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-08-13 02:41:27 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-08-13 02:41:27 +0000 |
commit | f6182dc5bbb048524e1b862110f0947d5ba2df77 (patch) | |
tree | bd02e67370e0f96af87b89fc182126fccf5ffcf8 /dev-python/PyQt | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-f6182dc5bbb048524e1b862110f0947d5ba2df77.tar.gz gentoo-2-f6182dc5bbb048524e1b862110f0947d5ba2df77.tar.bz2 gentoo-2-f6182dc5bbb048524e1b862110f0947d5ba2df77.zip |
added -c flag to build.py
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.3.2.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 7767daa181b8..1e2702e40817 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for dev-python/PyQt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.3 2002/07/25 20:39:42 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.4 2002/08/13 02:41:27 verwilst Exp $ *PyQt-3.3.2 (25 July 2002) Bart Verwilst <verwilst@gentoo.org> + + 13 Aug 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog : + + Added "-c" flag to build.py, so the compilation time will be 80% less + from what it was before. More CPU/MEM usage though during compilation! *PyQt-3.2.4 (5 July 2002) Bart Verwilst <verwilst@gentoo.org> diff --git a/dev-python/PyQt/PyQt-3.3.2.ebuild b/dev-python/PyQt/PyQt-3.3.2.ebuild index a417b0d7603c..f66df685a575 100644 --- a/dev-python/PyQt/PyQt-3.3.2.ebuild +++ b/dev-python/PyQt/PyQt-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.3.2.ebuild,v 1.1 2002/07/25 20:39:42 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.3.2.ebuild,v 1.2 2002/08/13 02:41:27 verwilst Exp $ S="${WORKDIR}/PyQt-snapshot-20020722" DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit( VERSION 3.x ONLY!!)." @@ -26,7 +26,7 @@ src_compile() { python build.py \ -d ${D}/usr/lib/python2.2/site-packages \ -b ${D}/usr/bin \ - -l qt-mt # \ + -l qt-mt -c make } |