aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-09-16 10:28:34 -0600
committerChristoph Junghans <ottxor@gentoo.org>2014-09-16 10:28:34 -0600
commit110860400b80a18bedbbd352fc839c599e732050 (patch)
tree624acf0da3c82066d8631ab0ef64cc8f47fb218c /sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild
parentclean up (diff)
downloadsci-110860400b80a18bedbbd352fc839c599e732050.tar.gz
sci-110860400b80a18bedbbd352fc839c599e732050.tar.bz2
sci-110860400b80a18bedbbd352fc839c599e732050.zip
clean up
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild')
-rw-r--r--sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild b/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild
index b42b7133e..a14e8f91c 100644
--- a/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild
+++ b/sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild
@@ -75,7 +75,7 @@ pkg_setup() {
}
src_unpack() {
- unpack "${A}"
+ unpack ${A}
mv "${LONG_S}" "${S}"
}
@@ -143,7 +143,7 @@ src_compile() {
else
export NWCHEM_MODULES="all"
fi
- use mrcc && export MRCC_THEORY="TRUE"
+ use mrcc && export MRCC_THEORY="TRUE"
if use blas; then
export HAS_BLAS=yes
export BLASOPT="$(pkg-config --libs blas)"