diff options
author | 2004-04-09 23:10:15 +0000 | |
---|---|---|
committer | 2004-04-09 23:10:15 +0000 | |
commit | 46ea1ad09c82dcc2250773bd15025679ef8ec6d1 (patch) | |
tree | c763f4d48385283ae8979f8f668a1d8aff649980 /dev-python/pygtk/pygtk-2.0.0-r1.ebuild | |
parent | Adding vmware-console license. (diff) | |
download | gentoo-2-46ea1ad09c82dcc2250773bd15025679ef8ec6d1.tar.gz gentoo-2-46ea1ad09c82dcc2250773bd15025679ef8ec6d1.tar.bz2 gentoo-2-46ea1ad09c82dcc2250773bd15025679ef8ec6d1.zip |
restrict parallel builds (#45776)
Diffstat (limited to 'dev-python/pygtk/pygtk-2.0.0-r1.ebuild')
-rw-r--r-- | dev-python/pygtk/pygtk-2.0.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/pygtk/pygtk-2.0.0-r1.ebuild b/dev-python/pygtk/pygtk-2.0.0-r1.ebuild index 4f702bfdc4b8..b87118f9935d 100644 --- a/dev-python/pygtk/pygtk-2.0.0-r1.ebuild +++ b/dev-python/pygtk/pygtk-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.0.0-r1.ebuild,v 1.5 2004/03/17 00:52:55 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.0.0-r1.ebuild,v 1.6 2004/04/09 23:10:15 liquidx Exp $ inherit gnome.org python @@ -25,6 +25,9 @@ RDEPEND=">=dev-lang/python-2.2 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" +# possible parallel build problems (#45776) +MAKEOPTS="${MAKEOPTS} -j1" + src_unpack() { unpack ${A} # disable pyc compiling |