commit:     9fc8f70d5c0811d398dc549eed020ba9271146fa
Author:     Chris Kerr <debdepba <AT> dasganma <DOT> tk>
AuthorDate: Tue Jan 20 17:58:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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
 }

Reply via email to