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 1PtWuK-0005P8-15 for garchives@archives.gentoo.org; Sun, 27 Feb 2011 03:02:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFA31C01E; Sun, 27 Feb 2011 03:02:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1DC7C1C02D for ; Sun, 27 Feb 2011 03:02:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 969B61B4181 for ; Sun, 27 Feb 2011 03:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DDFBD80074 for ; Sun, 27 Feb 2011 03:02:37 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <5eba11a3a29866c3f31da0e9fecb8467fdcad55c.abcd@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-0.7.11.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 5eba11a3a29866c3f31da0e9fecb8467fdcad55c Date: Sun, 27 Feb 2011 03:02:37 +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: 9916c14c9ddcb5934de2722363e434fc commit: 5eba11a3a29866c3f31da0e9fecb8467fdcad55c Author: Jonathan Callen gentoo org> AuthorDate: Sun Feb 27 00:51:59 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Sun Feb 27 00:51:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5eba11a3 dev-libs/gjs: force -j1 for make install (Portage version: 2.2.0_alpha23_p5/git/Linux i686, RepoMan options: --for= ce, signed Manifest commit with key 229E5838) --- dev-libs/gjs/gjs-0.7.11.ebuild | 3 ++- dev-libs/gjs/gjs-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/gjs/gjs-0.7.11.ebuild b/dev-libs/gjs/gjs-0.7.11.ebu= ild index f39ed3b..6a2e15a 100644 --- a/dev-libs/gjs/gjs-0.7.11.ebuild +++ b/dev-libs/gjs/gjs-0.7.11.ebuild @@ -62,7 +62,8 @@ src_prepare() { } =20 src_install() { - gnome2_src_install + # installation sometimes fails in parallel + gnome2_src_install -j1 =20 if use examples; then insinto /usr/share/doc/${PF}/examples diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index f39ed3b..6a2e15a 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -62,7 +62,8 @@ src_prepare() { } =20 src_install() { - gnome2_src_install + # installation sometimes fails in parallel + gnome2_src_install -j1 =20 if use examples; then insinto /usr/share/doc/${PF}/examples