summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-05-29 13:15:05 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-05-29 13:15:05 +0000
commitb2679e2086e23984f0ffd955f9acb178ca321667 (patch)
tree97fe531da0c9b04a298b5526b386438c2a63f41f
parentStable on sparc wrt security #176712 (diff)
downloadgentoo-2-b2679e2086e23984f0ffd955f9acb178ca321667.tar.gz
gentoo-2-b2679e2086e23984f0ffd955f9acb178ca321667.tar.bz2
gentoo-2-b2679e2086e23984f0ffd955f9acb178ca321667.zip
Fixed wrong dependency on blas-atlas (see bug #180134).
(Portage version: 2.1.2.7)
-rw-r--r--sci-libs/lapack-atlas/ChangeLog6
-rw-r--r--sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog
index 79ea2f4b8cd6..d0e75499442a 100644
--- a/sci-libs/lapack-atlas/ChangeLog
+++ b/sci-libs/lapack-atlas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/lapack-atlas
# Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.44 2007/05/28 12:25:49 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.45 2007/05/29 13:15:05 markusle Exp $
+
+ 29 May 2007; Markus Dittrich <markusle@gentoo.org>
+ lapack-atlas-3.7.32.ebuild:
+ Fixed wrong dependency on blas-atlas (see bug #180134).
*lapack-atlas-3.7.32 (27 May 2007)
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild
index 234b088d855b..491cef798eb2 100644
--- a/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild
+++ b/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2007 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.7.32.ebuild,v 1.1 2007/05/28 12:25:49 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild,v 1.2 2007/05/29 13:15:05 markusle Exp $
-inherit eutils flag-o-matic toolchain-funcs fortran
+inherit eutils flag-o-matic toolchain-funcs fortran versionator
MY_PN="${PN/lapack-/}"
L_PN="lapack"
L_PV="3.1.1"
+BlasRelease=$(get_version_component_range 1-3)
DESCRIPTION="Full LAPACK implementation using available ATLAS routines"
LICENSE="BSD"
@@ -25,7 +26,7 @@ RDEPEND="virtual/blas
DEPEND="${RDEPEND}
>=sys-devel/libtool-1.5
- ~sci-libs/blas-atlas-3.7.31"
+ ~sci-libs/blas-atlas-${BlasRelease}"
PROVIDE="virtual/lapack"