diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:24:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:24:24 +0000 |
commit | f87dd366a634754f49b22f10049ab9b52a011508 (patch) | |
tree | 786e2cdf395449cde5cbf1bab7456b025b3d3b50 /sci-libs | |
parent | Added ~ppc (diff) | |
download | gentoo-2-f87dd366a634754f49b22f10049ab9b52a011508.tar.gz gentoo-2-f87dd366a634754f49b22f10049ab9b52a011508.tar.bz2 gentoo-2-f87dd366a634754f49b22f10049ab9b52a011508.zip |
use full atoms for built_with_use
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scipy/scipy-0.4.8-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-0.4.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/scipy/scipy-0.4.8-r1.ebuild b/sci-libs/scipy/scipy-0.4.8-r1.ebuild index 1b8b08a4f96d..99cdd3788517 100644 --- a/sci-libs/scipy/scipy-0.4.8-r1.ebuild +++ b/sci-libs/scipy/scipy-0.4.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.4.8-r1.ebuild,v 1.1 2006/04/13 01:52:37 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.4.8-r1.ebuild,v 1.2 2006/05/02 22:24:24 swegener Exp $ inherit distutils fortran @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} FORTRAN="g77" pkg_setup() { - if built_with_use lapack-atlas ifc; then + if built_with_use sci-libs/lapack-atlas ifc; then echo ewarn "${PN} needs consistency among Fortran compilers." eerror "lapack-atlas was compiled with IFC, whereas" diff --git a/sci-libs/scipy/scipy-0.4.8.ebuild b/sci-libs/scipy/scipy-0.4.8.ebuild index 3bb9ae90c19b..47205e28045a 100644 --- a/sci-libs/scipy/scipy-0.4.8.ebuild +++ b/sci-libs/scipy/scipy-0.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.4.8.ebuild,v 1.1 2006/04/01 20:26:03 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.4.8.ebuild,v 1.2 2006/05/02 22:24:24 swegener Exp $ inherit distutils fortran @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} FORTRAN="g77" pkg_setup() { - if built_with_use lapack-atlas ifc; then + if built_with_use sci-libs/lapack-atlas ifc; then ewarn "scipy needs consistency among fortran compiler!" eerror "lapack-atlas was compiled with the ifc" eerror "whereas blas-atlas and scipy will use the GNU compiler" |