diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-09-08 04:07:07 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-09-08 04:07:07 +0000 |
commit | 5da8a25be220c087e9f1b00a2aaf31282db292ad (patch) | |
tree | bd10dc7c780393bdc4578d52f905f6bc70b021fe | |
parent | Revision bump to support the new Java system. Removed junit flag since it was... (diff) | |
download | gentoo-2-5da8a25be220c087e9f1b00a2aaf31282db292ad.tar.gz gentoo-2-5da8a25be220c087e9f1b00a2aaf31282db292ad.tar.bz2 gentoo-2-5da8a25be220c087e9f1b00a2aaf31282db292ad.zip |
Stable x86; reminds me of geography class ;)
(Portage version: 2.1-r2)
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 7267741d2136..eebd8cf3d130 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,9 @@ # 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.42 2006/09/07 15:35:03 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.43 2006/09/08 04:07:07 tsunam Exp $ + + 08 Sep 2006; Joshua Jackson <tsunam@gentoo.org> blas-atlas-3.7.11.ebuild: + stable x86; bug #141432 07 Sep 2006; Markus Dittrich <markusle@gentoo.org> files/digest-blas-atlas-3.7.15: 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 771b9ced1627..44350f30de13 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.14 2006/09/04 17:26:40 wormo Exp $ +# $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 $ 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" |