diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-10-10 18:43:08 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-10-10 18:43:08 +0000 |
commit | 3e20b3f4a4ca331247f3db103bafe7d2775b921f (patch) | |
tree | ae2551d956773842c4d3c0b8a46ef0990a41be34 /app-sci/blas-atlas | |
parent | Add ~alpha keyword. (Manifest recommit) (diff) | |
download | gentoo-2-3e20b3f4a4ca331247f3db103bafe7d2775b921f.tar.gz gentoo-2-3e20b3f4a4ca331247f3db103bafe7d2775b921f.tar.bz2 gentoo-2-3e20b3f4a4ca331247f3db103bafe7d2775b921f.zip |
stable on x86,ppc
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 0c9bfbc462f8..635e46a5c1af 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 v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.15 2004/10/02 15:20:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.16 2004/10/10 18:43:08 kugelfang Exp $ + + 10 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild: + Marked stable on x86 and ppc. 30 Sep 2004; Ferris McCormick <fmccor@gentoo.org> blas-atlas-3.6.0.ebuild: Stable for sparc (tested both hardened and not). 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 a218978288ab..06012f37b706 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.14 2004/09/30 12:02:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.15 2004/10/10 18:43:08 kugelfang 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 |