diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-09-30 12:02:15 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-09-30 12:02:15 +0000 |
commit | bcbd44ba3ba0fd94cd9a2ac55506c8cf6efaa49f (patch) | |
tree | 1bca60a16a7685432b12aa8b30c56b6ededb5b64 /app-sci/blas-atlas | |
parent | Stable for sparc (Current sparc baselayout does not provide get_libdir). (Man... (diff) | |
download | gentoo-2-bcbd44ba3ba0fd94cd9a2ac55506c8cf6efaa49f.tar.gz gentoo-2-bcbd44ba3ba0fd94cd9a2ac55506c8cf6efaa49f.tar.bz2 gentoo-2-bcbd44ba3ba0fd94cd9a2ac55506c8cf6efaa49f.zip |
Stable for sparc.
Diffstat (limited to 'app-sci/blas-atlas')
-rw-r--r-- | app-sci/blas-atlas/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/blas-atlas/blas-atlas-3.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/blas-atlas/ChangeLog b/app-sci/blas-atlas/ChangeLog index 20ec5c47a681..99ccda862b4a 100644 --- a/app-sci/blas-atlas/ChangeLog +++ b/app-sci/blas-atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/blas-atlas # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.13 2004/09/29 15:07:07 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.14 2004/09/30 12:02:15 fmccor Exp $ + + 30 Sep 2004; Ferris McCormick <fmccor@gentoo.org> blas-atlas-3.6.0.ebuild: + Stable for sparc (tested both hardened and not). 29 Sep 2004; Ferris McCormick <fmccor@gentoo.org> files/c-ATLAS: Correct trivial typo: setup() {... needs closing '}'. diff --git a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild index 0374d4a9944a..a218978288ab 100644 --- a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild +++ b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.13 2004/09/09 11:31:45 tchiwam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.14 2004/09/30 12:02:15 fmccor Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2 LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 amd64 ~ppc ~ppc64 ~sparc ~alpha" +KEYWORDS="~x86 amd64 ~ppc ~ppc64 sparc ~alpha" IUSE="doc" DEPEND="app-sci/blas-config |