diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-16 19:50:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-16 19:50:33 +0000 |
commit | 002c0f41fbba7e24e0c2b8089e068b487d9a0bee (patch) | |
tree | 2aca41b75785ad7e610a205d600ad8d7606e6f52 /dev-libs | |
parent | Adding a block against dev-python/shiboken (diff) | |
download | gentoo-2-002c0f41fbba7e24e0c2b8089e068b487d9a0bee.tar.gz gentoo-2-002c0f41fbba7e24e0c2b8089e068b487d9a0bee.tar.bz2 gentoo-2-002c0f41fbba7e24e0c2b8089e068b487d9a0bee.zip |
Makefiles are parallel-unsafe, so adding -j1 until it is properly fixed. See bug #272328
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/icu/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/icu/icu-4.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/icu/icu-4.2.1.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/icu/icu-4.4.1.ebuild | 6 |
4 files changed, 16 insertions, 11 deletions
diff --git a/dev-libs/icu/ChangeLog b/dev-libs/icu/ChangeLog index 1ce643ccf2a8..83a4654e9a7a 100644 --- a/dev-libs/icu/ChangeLog +++ b/dev-libs/icu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/icu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.110 2010/06/12 16:36:46 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.111 2010/06/16 19:50:33 patrick Exp $ + + 16 Jun 2010; Patrick Lauer <patrick@gentoo.org> icu-4.0.1.ebuild, + icu-4.2.1.ebuild, icu-4.4.1.ebuild: + Makefiles are parallel-unsafe, so adding -j1 until it is properly fixed. + See bug #272328 12 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> icu-4.4.1.ebuild, +files/icu-4.4.1-pkgdata.patch: diff --git a/dev-libs/icu/icu-4.0.1.ebuild b/dev-libs/icu/icu-4.0.1.ebuild index 4b6bc9e8f9e2..ab81dd373faa 100644 --- a/dev-libs/icu/icu-4.0.1.ebuild +++ b/dev-libs/icu/icu-4.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.0.1.ebuild,v 1.9 2009/05/08 00:39:40 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.0.1.ebuild,v 1.10 2010/06/16 19:50:33 patrick Exp $ EAPI="2" @@ -69,7 +69,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake -j1 DESTDIR="${D}" install || die "emake install failed" dohtml ../readme.html dodoc ../unicode-license.txt diff --git a/dev-libs/icu/icu-4.2.1.ebuild b/dev-libs/icu/icu-4.2.1.ebuild index 9b87ca6f8cf6..641739f88d8a 100644 --- a/dev-libs/icu/icu-4.2.1.ebuild +++ b/dev-libs/icu/icu-4.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.2.1.ebuild,v 1.12 2009/12/14 18:33:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.2.1.ebuild,v 1.13 2010/06/16 19:50:33 patrick Exp $ EAPI="2" @@ -67,11 +67,11 @@ src_configure() { } src_test() { - emake check || die "emake check failed" + emake -j1 check || die "emake check failed" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake -j1 DESTDIR="${D}" install || die "emake install failed" dohtml ../readme.html dodoc ../unicode-license.txt diff --git a/dev-libs/icu/icu-4.4.1.ebuild b/dev-libs/icu/icu-4.4.1.ebuild index d80313e87a6a..dfc021d75f86 100644 --- a/dev-libs/icu/icu-4.4.1.ebuild +++ b/dev-libs/icu/icu-4.4.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-libs/icu/icu-4.4.1.ebuild,v 1.4 2010/06/12 16:36:46 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.4.1.ebuild,v 1.5 2010/06/16 19:50:33 patrick Exp $ EAPI="3" @@ -63,11 +63,11 @@ src_configure() { } src_test() { - emake check || die "emake check failed" + emake -j1 check || die "emake check failed" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake -j1 DESTDIR="${D}" install || die "emake install failed" dohtml ../readme.html dodoc ../unicode-license.txt |