aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <debdepba@dasganma.tk>2015-01-20 17:58:36 +0000
committerChris Kerr <debdepba@dasganma.tk>2015-01-20 17:58:36 +0000
commit9fc8f70d5c0811d398dc549eed020ba9271146fa (patch)
treea13e76fbc65475e4618d3a8c298156066fc5df97
parentNew ebuild for NeXus (diff)
downloadsci-9fc8f70d5c0811d398dc549eed020ba9271146fa.tar.gz
sci-9fc8f70d5c0811d398dc549eed020ba9271146fa.tar.bz2
sci-9fc8f70d5c0811d398dc549eed020ba9271146fa.zip
Made changes requested by @junghans
-rw-r--r--sci-libs/nexus/nexus-4.3.1.ebuild4
1 files 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 9444e9e2b..22c81d420 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
}