From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 61D67138AD0 for ; Thu, 22 Jan 2015 10:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3541EE0934; Thu, 22 Jan 2015 10:14:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D91FE0934 for ; Thu, 22 Jan 2015 10:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96F243406B2 for ; Thu, 22 Jan 2015 10:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E12A101EC for ; Thu, 22 Jan 2015 10:14:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1421776716.9fc8f70d5c0811d398dc549eed020ba9271146fa.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nexus/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nexus/nexus-4.3.1.ebuild X-VCS-Directories: sci-libs/nexus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9fc8f70d5c0811d398dc549eed020ba9271146fa X-VCS-Branch: master Date: Thu, 22 Jan 2015 10:14:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 930786f9-fdff-492e-8af3-8cf6b9f54cf7 X-Archives-Hash: ad71946e02e19ca6ebde73b121a97e2d commit: 9fc8f70d5c0811d398dc549eed020ba9271146fa Author: Chris Kerr dasganma tk> AuthorDate: Tue Jan 20 17:58:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jan 20 17:58:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9fc8f70d Made changes requested by @junghans --- sci-libs/nexus/nexus-4.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/nexus/nexus-4.3.1.ebuild b/sci-libs/nexus/nexus-4.3.1.ebuild index 9444e9e..22c81d4 100644 --- a/sci-libs/nexus/nexus-4.3.1.ebuild +++ b/sci-libs/nexus/nexus-4.3.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 FORTRAN_NEEDED=fortran FORTRAN_STANDARD=90 PYTHON_COMPAT=( python2_7 ) -inherit fortran-2 java-pkg-opt-2 flag-o-matic python-single-r1 +inherit fortran-2 flag-o-matic python-single-r1 DESCRIPTION="Data format for neutron and x-ray scattering data" HOMEPAGE="http://nexusformat.org/" @@ -53,6 +53,6 @@ src_configure() { src_compile() { # Handling of dependencies between Fortran module files doesn't play well with parallel make - use fortran && MAKEOPTS+=" -j1 " + use fortran && MAKEOPTS="${MAKEOPTS} -j1 " default }