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
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')
-rw-r--r--sci-chemistry/nwchem/ChangeLog3
-rw-r--r--sci-chemistry/nwchem/nwchem-6.3_p2-r1.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog
index 1050ebfe0..d05e285f2 100644
--- a/sci-chemistry/nwchem/ChangeLog
+++ b/sci-chemistry/nwchem/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> nwchem-6.3_p2-r1.ebuild:
+ clean up
+
*nwchem-6.3_p2-r1 (07 Aug 2014)
07 Aug 2014; Honza Macháček <Hloupy.Honza@centrum.cz>
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)"