diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-06 16:18:58 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-06 16:18:58 +0000 |
commit | 472356498728d1942386ea5ef49e7c3f5074a003 (patch) | |
tree | dfa715492c3de6d1efa318b13a03dad1a69dac52 /app-sci | |
parent | Fixes Bug #49698 and Bug #48959; version bump and dependency fix respectively... (diff) | |
download | gentoo-2-472356498728d1942386ea5ef49e7c3f5074a003.tar.gz gentoo-2-472356498728d1942386ea5ef49e7c3f5074a003.tar.bz2 gentoo-2-472356498728d1942386ea5ef49e7c3f5074a003.zip |
stable on amd64
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas-atlas/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/blas-atlas/blas-atlas-3.6.0.ebuild | 4 | ||||
-rw-r--r-- | app-sci/blas-config/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/blas-config/blas-config-1.0.0.ebuild | 4 |
4 files changed, 15 insertions, 6 deletions
diff --git a/app-sci/blas-atlas/ChangeLog b/app-sci/blas-atlas/ChangeLog index 76c8d4a70873..c23999482839 100644 --- a/app-sci/blas-atlas/ChangeLog +++ b/app-sci/blas-atlas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-sci/blas-atlas # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.5 2004/05/13 01:48:32 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.6 2004/06/06 16:18:58 kugelfang Exp $ + + 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild: + Marked stable on amd64. + + 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild: + Marked stable on amd64. 12 May 2004; George Shapovalov <george@gentoo.org> blas-atlas-3.6.0.ebuild : added the fix for g77 issue. Moved atlas3.6.0-shared-libs.patch.bz2 to the mirrors to 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 b4a884d2d318..85064a15c7f0 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 Technologies, Inc. # 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.4 2004/05/17 00:31:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.5 2004/06/06 16:18:58 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" +KEYWORDS="~x86 amd64 ~ppc" IUSE="doc" DEPEND="app-sci/blas-config diff --git a/app-sci/blas-config/ChangeLog b/app-sci/blas-config/ChangeLog index 4347d6e5e069..66d83f004dae 100644 --- a/app-sci/blas-config/ChangeLog +++ b/app-sci/blas-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/blas-config # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/ChangeLog,v 1.3 2004/05/11 05:21:53 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/ChangeLog,v 1.4 2004/06/06 16:17:43 kugelfang Exp $ + + 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-config-1.0.0.ebuild: + Marked stable on amd64. 11 May 2004; Danny van Dyk <kugelfang@gentoo.org> blas-config-1.0.0.ebuild: Marked ~amd64 and ~ppc. diff --git a/app-sci/blas-config/blas-config-1.0.0.ebuild b/app-sci/blas-config/blas-config-1.0.0.ebuild index 21d892b4eeca..93816b54e938 100644 --- a/app-sci/blas-config/blas-config-1.0.0.ebuild +++ b/app-sci/blas-config/blas-config-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/blas-config-1.0.0.ebuild,v 1.2 2004/05/11 05:21:53 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-config/blas-config-1.0.0.ebuild,v 1.3 2004/06/06 16:17:43 kugelfang Exp $ DESCRIPTION="Utility to change the default BLAS library" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 amd64 ~ppc" IUSE="" DEPEND="" |