summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-09-22 17:11:28 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-09-22 17:11:28 +0000
commit4d3f788951493c5d4b1ba2fc074ba8ee94608f8a (patch)
tree99a2182cfcbfed1e2b4ee84b2e07bdb0ab47cbe6 /dev-libs/icu
parentRemove obsolete versions. (diff)
downloadgentoo-2-4d3f788951493c5d4b1ba2fc074ba8ee94608f8a.tar.gz
gentoo-2-4d3f788951493c5d4b1ba2fc074ba8ee94608f8a.tar.bz2
gentoo-2-4d3f788951493c5d4b1ba2fc074ba8ee94608f8a.zip
Fix again parallel build failure.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-libs/icu')
-rw-r--r--dev-libs/icu/ChangeLog7
-rw-r--r--dev-libs/icu/icu-3.2.ebuild6
-rw-r--r--dev-libs/icu/icu-3.4.1.ebuild6
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-libs/icu/ChangeLog b/dev-libs/icu/ChangeLog
index 012ee4050722..539f56761357 100644
--- a/dev-libs/icu/ChangeLog
+++ b/dev-libs/icu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/icu
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.41 2006/09/22 15:55:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.42 2006/09/22 17:11:28 chtekk Exp $
+
+ 22 Sep 2006; Luca Longinotti <chtekk@gentoo.org> icu-3.2.ebuild,
+ icu-3.4.1.ebuild:
+ Fix again parallel build failure, seems it doesn't work with high values,
+ sorry!
22 Sep 2006; Markus Rothe <corsair@gentoo.org> icu-3.4.1.ebuild:
Added ~ppc64; bug #148659
diff --git a/dev-libs/icu/icu-3.2.ebuild b/dev-libs/icu/icu-3.2.ebuild
index da0865d4c74a..cd7f0b39cd23 100644
--- a/dev-libs/icu/icu-3.2.ebuild
+++ b/dev-libs/icu/icu-3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.2.ebuild,v 1.4 2006/09/22 14:11:17 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.2.ebuild,v 1.5 2006/09/22 17:11:28 chtekk Exp $
KEYWORDS="alpha ~amd64 ia64 ppc ppc64 s390 ~sparc ~x86"
@@ -19,10 +19,10 @@ S="${WORKDIR}/${PN}/source"
src_compile() {
econf || die "econf failed"
- emake || die "emake failed"
+ emake -j1 || die "emake failed"
}
-src_install () {
+src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dohtml ../readme.html ../license.html
}
diff --git a/dev-libs/icu/icu-3.4.1.ebuild b/dev-libs/icu/icu-3.4.1.ebuild
index ccbcd570323b..c201c656c616 100644
--- a/dev-libs/icu/icu-3.4.1.ebuild
+++ b/dev-libs/icu/icu-3.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.4.1.ebuild,v 1.5 2006/09/22 15:55:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.4.1.ebuild,v 1.6 2006/09/22 17:11:28 chtekk Exp $
KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
@@ -19,10 +19,10 @@ S="${WORKDIR}/${PN}/source"
src_compile() {
econf || die "econf failed"
- emake || die "emake failed"
+ emake -j1 || die "emake failed"
}
-src_install () {
+src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dohtml ../readme.html ../license.html
}