diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-12-29 12:55:41 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-12-29 12:55:41 +0000 |
commit | 4267af03af0ad2d190f637ff31024a18a10a8ac3 (patch) | |
tree | b13cd9fd0fd1c6377d32e0e5e21d406ecf5bbe6f /sci-libs/blas-atlas | |
parent | Added sftp USE-flag for net-ftp/ftpcube (diff) | |
download | gentoo-2-4267af03af0ad2d190f637ff31024a18a10a8ac3.tar.gz gentoo-2-4267af03af0ad2d190f637ff31024a18a10a8ac3.tar.bz2 gentoo-2-4267af03af0ad2d190f637ff31024a18a10a8ac3.zip |
Stable on sparc
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-libs/blas-atlas')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 43c82b22009f..af4b8fc81cc0 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.51 2006/12/19 23:09:21 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.52 2006/12/29 12:55:41 gustavoz Exp $ + + 29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> + blas-atlas-3.7.11.ebuild: + Stable on sparc *blas-atlas-3.7.24 (19 Dec 2006) diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild index 44350f30de13..839ff51bbfe8 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.15 2006/09/08 04:07:07 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.16 2006/12/29 12:55:41 gustavoz Exp $ inherit eutils toolchain-funcs fortran @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2 LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" IUSE="doc" RDEPEND="sci-libs/blas-config" |