diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-07 21:32:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-07 21:32:53 +0000 |
commit | 1f2f0c23e566c9fa86c76d48771c345547fc4b9e (patch) | |
tree | f381eea0c4b69ebe33bfd490324dfd88532a734d /sci-libs/lapack-atlas | |
parent | Move PYTHON_DEPEND before inherit(), so that the dep is actually added (diff) | |
download | gentoo-2-1f2f0c23e566c9fa86c76d48771c345547fc4b9e.tar.gz gentoo-2-1f2f0c23e566c9fa86c76d48771c345547fc4b9e.tar.bz2 gentoo-2-1f2f0c23e566c9fa86c76d48771c345547fc4b9e.zip |
fixed importing issue
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/lapack-atlas')
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild index eba86a8eaf13..99d9c8eaaddf 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v 1.1 2010/03/07 20:25:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r1.ebuild,v 1.2 2010/03/07 21:32:53 jlec Exp $ EAPI="3" @@ -54,12 +54,12 @@ src_prepare() { "${S}"/CONFIG/src/SpewMakeInc.c \ || die "failed to append proper includes" - cp "${FILESDIR}"/eselect.{,c}blas.{,threaded-}atlas "${T}"/ + cp "${FILESDIR}"/eselect.lapack.atlas "${T}"/ sed -i -e "s:/usr:${EPREFIX}/usr:" \ - "${T}"/eselect.{,c}blas.{,threaded-}atlas || die + "${T}"/eselect.lapack.atlas || die if [[ ${CHOST} == *-darwin* ]] ; then sed -i -e 's/\.so\([\.0-9]\+\)\?/\1.dylib/g' \ - "${T}"/eselect.{,c}blas.{,threaded-}atlas || die + "${T}"/eselect.lapack.atlas || die sed -e /LIBTOOL/s/libtool/glibtool/ -i CONFIG/src/SpewMakeInc.c epatch "${FILESDIR}"/${PN}-3.9.3-darwin-make-top.patch fi |