From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QjamE-0003x0-D0 for garchives@archives.gentoo.org; Wed, 20 Jul 2011 17:41:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5705C21C639; Wed, 20 Jul 2011 17:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2710B21C639 for ; Wed, 20 Jul 2011 17:41:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98AB62AC0CA for ; Wed, 20 Jul 2011 17:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C9BF48003D for ; Wed, 20 Jul 2011 17:41:28 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] dev/scarabeus:master commit in: app-office/libreoffice/ X-VCS-Repository: dev/scarabeus X-VCS-Files: app-office/libreoffice/Manifest app-office/libreoffice/libreoffice-3.4.2.1.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: e8a7e099acfc949d21fec020859af60ec2f3bf3d Date: Wed, 20 Jul 2011 17:41:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cf24c9af70e6f90ce585ec8c322e342b commit: e8a7e099acfc949d21fec020859af60ec2f3bf3d Author: Tomas Chvatal gentoo org> AuthorDate: Wed Jul 20 17:37:04 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Wed Jul 20 17:37:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/scarabeus.git;= a=3Dcommit;h=3De8a7e099 [app-office/libreoffice] Make sure to run in single thread only. --- app-office/libreoffice/Manifest | 2 +- app-office/libreoffice/libreoffice-3.4.2.1.ebuild | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Man= ifest index b3d35d0..ab15402 100644 --- a/app-office/libreoffice/Manifest +++ b/app-office/libreoffice/Manifest @@ -91,4 +91,4 @@ DIST libreoffice-translations-3.4.2.1.tar.bz2 137254228= RMD160 c2db7ac14da37013e DIST libreoffice-ure-3.4.2.1.tar.bz2 6211917 RMD160 0cbb1cc96fdf35d96f33= 40651d5426cd6f61c3a1 SHA1 b2bea4903545d70242aff28764c1fd1c51aee022 SHA256= 429698ae0f71d07eff1cd0c8611e84ec944f0082c1c427f28e1a5cdbd8ded29d DIST libreoffice-writer-3.4.2.1.tar.bz2 7295133 RMD160 e9f49fb4d64b9c7b5= 4d34cd488d1923969842fc5 SHA1 73a784172c191df755ad47ad9fc040bfabe5d9f2 SHA= 256 98735be34c2ddbebed0411b776ac7480e0e458dc4253fb57a467846e7b2db131 DIST unowinreg.dll 6144 RMD160 9e2a2789a96842a2aec747a62dee3db3e8370761 = SHA1 712720da502d36175cd7aa05cb1862ee0330638c SHA256 f563e522922133db9340= b0306711c2d8767cc3481dd9e7d9b0d059906d12653c -EBUILD libreoffice-3.4.2.1.ebuild 19553 RMD160 c7f0c54625c44f4f92637a23f= 10ac0f3aeb570b2 SHA1 60afd97a09ccd6665b57c2ec7cfce45e5db59b79 SHA256 3c88= 29e20ab19a3f502a7b62fbe6f78a5dce1fadc2f8221250ecf52127d48fb2 +EBUILD libreoffice-3.4.2.1.ebuild 19633 RMD160 2575d5d245b91dec4c07094df= 21adb1a833e64b5 SHA1 83beb341fe94801cd04bc9be737645db2293da1d SHA256 3ee5= e17136365c44184a8719b1490e1cf9d27641e5eca01a6765864c81f8b475 diff --git a/app-office/libreoffice/libreoffice-3.4.2.1.ebuild b/app-offi= ce/libreoffice/libreoffice-3.4.2.1.ebuild index 877a650..aae7afe 100644 --- a/app-office/libreoffice/libreoffice-3.4.2.1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.2.1.ebuild @@ -232,6 +232,9 @@ PATCHES=3D( =20 S=3D"${WORKDIR}/${PN}-bootstrap-${PV}" =20 +# the libreoffice build system is not parallel safe at all :/ +MAKEOPTS+=3D" -j1" + pkg_setup() { java-pkg-opt-2_pkg_setup kde4-base_pkg_setup