diff options
author | Markus Dittrich <markusle@gentoo.org> | 2010-02-26 02:44:04 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2010-02-26 02:44:04 +0000 |
commit | 2439e8e7451d3e0a1d526b718daba2e7aa06735e (patch) | |
tree | 1cb2e62e4930f14d79fc54882ec68a04a10346ac /sci-chemistry/psi/psi-3.2.3.ebuild | |
parent | Added parallel make patch (fixes #305249). (diff) | |
download | gentoo-2-2439e8e7451d3e0a1d526b718daba2e7aa06735e.tar.gz gentoo-2-2439e8e7451d3e0a1d526b718daba2e7aa06735e.tar.bz2 gentoo-2-2439e8e7451d3e0a1d526b718daba2e7aa06735e.zip |
Fixed some QA issues.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/psi/psi-3.2.3.ebuild')
-rw-r--r-- | sci-chemistry/psi/psi-3.2.3.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-chemistry/psi/psi-3.2.3.ebuild b/sci-chemistry/psi/psi-3.2.3.ebuild index 8c6f13cefd49..01bde8f25773 100644 --- a/sci-chemistry/psi/psi-3.2.3.ebuild +++ b/sci-chemistry/psi/psi-3.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild,v 1.3 2008/12/07 04:46:06 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.2.3.ebuild,v 1.4 2010/02/26 02:44:04 markusle Exp $ inherit autotools eutils @@ -24,11 +24,11 @@ S="${WORKDIR}/${PN}${PV:0:1}" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/try-more-compilers.patch - epatch ${FILESDIR}/try-pthread-for-blas-lapack.patch - epatch ${FILESDIR}/dont-build-libint.patch - epatch ${FILESDIR}/use-external-libint.patch + cd "${S}" + epatch "${FILESDIR}"/try-more-compilers.patch + epatch "${FILESDIR}"/try-pthread-for-blas-lapack.patch + epatch "${FILESDIR}"/dont-build-libint.patch + epatch "${FILESDIR}"/use-external-libint.patch eautoreconf } |