diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-09-02 22:44:00 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-09-02 22:44:00 +0000 |
commit | 70b8063a02f6ae6b34718817ba6a0f2447d829df (patch) | |
tree | 19a78b9cb47fbe60610a5b80f483586af7cdaa20 /sci-libs/blas-atlas | |
parent | keepdir instead of dodir for empty directory (diff) | |
download | gentoo-2-70b8063a02f6ae6b34718817ba6a0f2447d829df.tar.gz gentoo-2-70b8063a02f6ae6b34718817ba6a0f2447d829df.tar.bz2 gentoo-2-70b8063a02f6ae6b34718817ba6a0f2447d829df.zip |
stable on amd64
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'sci-libs/blas-atlas')
-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 d4d7297f7b4d..e5d14646033b 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.39 2006/09/02 19:18:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.40 2006/09/02 22:44:00 blubb Exp $ + + 02 Sep 2006; <blubb@gentoo.org> blas-atlas-3.7.11.ebuild: + stable on amd64 02 Sep 2006; Markus Rothe <corsair@gentoo.org> blas-atlas-3.7.11.ebuild: Stable on ppc64; bug #141432 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 33f0259944ea..ad89b2336925 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.12 2006/09/02 19:18:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.13 2006/09/02 22:44:00 blubb 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" |