diff options
author | 2006-05-23 20:16:32 +0000 | |
---|---|---|
committer | 2006-05-23 20:16:32 +0000 | |
commit | 7ed5677f6f3bd277fa81445046c4cf2a2ecfe885 (patch) | |
tree | 5feb18d2c89e457be1305fc1cc1dae24ede1ee2f /sci-libs/blas-atlas | |
parent | Stable on ppc64 (diff) | |
download | historical-7ed5677f6f3bd277fa81445046c4cf2a2ecfe885.tar.gz historical-7ed5677f6f3bd277fa81445046c4cf2a2ecfe885.tar.bz2 historical-7ed5677f6f3bd277fa81445046c4cf2a2ecfe885.zip |
Stable on ppc64
Package-Manager: portage-2.0.54-r2
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.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 86e1c0710758..77b97f438619 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.22 2006/05/07 21:53:49 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.23 2006/05/23 20:13:19 corsair Exp $ + + 23 May 2006; Markus Rothe <corsair@gentoo.org> blas-atlas-3.6.0-r1.ebuild: + Stable on ppc64 07 May 2006; Markus Dittrich <markusle@gentoo.org> files/3.7.11-allow-any-gcc-version.patch: Remove compiler check for ppc to allow compilation with gcc-4. diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild index 5b077ec79062..958d26363720 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.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.6.0-r1.ebuild,v 1.9 2006/02/24 04:07:14 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild,v 1.10 2006/05/23 20:13:19 corsair Exp $ inherit eutils toolchain-funcs @@ -12,7 +12,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" DEPEND="sci-libs/blas-config |