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 1R7j8D-0004jX-Cn for garchives@archives.gentoo.org; Sun, 25 Sep 2011 07:28:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D3321C04F; Sun, 25 Sep 2011 07:27:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A12A721C04F for ; Sun, 25 Sep 2011 07:27:57 +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 DFE051B400B for ; Sun, 25 Sep 2011 07:27:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0FCD880042 for ; Sun, 25 Sep 2011 07:27:56 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <8b299782687f610304db15758edd2638d6e58813.tom111@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/Macaulay2/Macaulay2-9999.ebuild X-VCS-Directories: sci-mathematics/Macaulay2/ X-VCS-Committer: tom111 X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: 8b299782687f610304db15758edd2638d6e58813 Date: Sun, 25 Sep 2011 07:27:56 +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: 08e637d588362cc33406632d3e8e8c91 commit: 8b299782687f610304db15758edd2638d6e58813 Author: Thomas Kahle gentoo org> AuthorDate: Thu Sep 8 18:30:38 2011 +0000 Commit: Thomas Kahle gmx de> CommitDate: Sun Sep 25 07:27:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8b299782 Fix tests better --- sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathem= atics/Macaulay2/Macaulay2-9999.ebuild index 1ea1cde..e4aa03c 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild @@ -108,7 +108,9 @@ src_compile() { } =20 src_test() { - emake check || die "tests failed" + # No parallel tests yet & Need to increase the time + # limit for long running tests in Schubert2 to pass + emake TLIMIT=3D550 -j1 check || die "tests failed" } =20 src_install () {