summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-10-11 17:03:20 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-10-11 17:03:20 +0000
commitd5fc28a281997bdbf916687dcd17937fe3b27d43 (patch)
tree6f3cf8e9f976e0e4974395e284565fe1ce6dfee2 /sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild
parentReplace noamazon by amazon for amarok wrt #134493. (diff)
downloadhistorical-d5fc28a281997bdbf916687dcd17937fe3b27d43.tar.gz
historical-d5fc28a281997bdbf916687dcd17937fe3b27d43.tar.bz2
historical-d5fc28a281997bdbf916687dcd17937fe3b27d43.zip
fixed lib->get_libdir for eselect bug workaround. Removed PROVIDE for older buggy versions and added warning
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild')
-rw-r--r--sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild
index b61bd5be2dce..858a3e7b9abc 100644
--- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild
+++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.9 2007/10/10 10:02:14 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.10 2007/10/11 17:03:20 bicatali Exp $
inherit eutils toolchain-funcs
@@ -20,9 +20,7 @@ RDEPEND="app-admin/eselect-blas
DEPEND="${RDEPEND}
>=sys-devel/libtool-1.5"
-PROVIDE="virtual/blas"
-
-S=${WORKDIR}/ATLAS
+S="${WORKDIR}/ATLAS"
# Libraries will be installed in ${RPATH}/atlas
# and ${RPATH}/threaded-atlas:
@@ -34,6 +32,10 @@ pkg_setup() {
eerror "Please add fortran to your USE flags and reemerge gcc!"
die
fi
+ ewarn "You probably want to go for testing ${PN}, this version"
+ ewarn "is particurlaly buggy, does not provide virtuals, and will go away soon."
+ ewarn "Try ${PN} >= 3.7.39 for a working blas/cblas"
+ epause 5
}
src_unpack() {