summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2006-01-11 16:24:45 +0000
committerMarkus Dittrich <markusle@gentoo.org>2006-01-11 16:24:45 +0000
commitfe2130068a6b9006b0e100b247265e21351ae314 (patch)
tree1d8e70d4c250631ab43d4ed9ca7fb93d2cdee324 /sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild
parentNew lapack-atlas ebuild that compiles against the most recent blas-atlas deve... (diff)
downloadgentoo-2-fe2130068a6b9006b0e100b247265e21351ae314.tar.gz
gentoo-2-fe2130068a6b9006b0e100b247265e21351ae314.tar.bz2
gentoo-2-fe2130068a6b9006b0e100b247265e21351ae314.zip
Changed DEPEND such that ebuilds can now depend on any blas-atlas-3.6.0-r* revision. This fixes the circular dependency issue in bug #118521.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild')
-rw-r--r--sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild
index 9076d28be7c5..d905457ec526 100644
--- a/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild
+++ b/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.6.0-r1.ebuild,v 1.2 2005/11/13 15:11:07 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0-r1.ebuild,v 1.3 2006/01/11 16:24:45 markusle Exp $
inherit eutils flag-o-matic toolchain-funcs fortran
@@ -21,7 +21,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND="virtual/libc
>=sys-devel/libtool-1.5
- =sci-libs/blas-atlas-3.6.0
+ ~sci-libs/blas-atlas-3.6.0
sci-libs/lapack-config
ifc? ( dev-lang/ifc )"