diff options
author | David Holm <dholm@gentoo.org> | 2004-04-22 21:42:13 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-22 21:42:13 +0000 |
commit | 203bd1d884f46c676830f1916a73397dc166c66e (patch) | |
tree | 56a282111fdabf8a4e883d389d855f699e6c8bb7 /app-sci/blas | |
parent | Replaced with rc2. (diff) | |
download | historical-203bd1d884f46c676830f1916a73397dc166c66e.tar.gz historical-203bd1d884f46c676830f1916a73397dc166c66e.tar.bz2 historical-203bd1d884f46c676830f1916a73397dc166c66e.zip |
Added to ~ppc
Diffstat (limited to 'app-sci/blas')
-rw-r--r-- | app-sci/blas/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/blas/blas-19980702.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/blas/ChangeLog b/app-sci/blas/ChangeLog index 2f44c85ba717..3abb739788a8 100644 --- a/app-sci/blas/ChangeLog +++ b/app-sci/blas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/blas # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/ChangeLog,v 1.7 2004/04/21 20:43:01 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/ChangeLog,v 1.8 2004/04/22 21:39:35 dholm Exp $ + + 22 Apr 2004; David Holm <dholm@gentoo.org> blas-19980702.ebuild: + Added to ~ppc. *blas-19980702-r1 (21 Apr 2004) diff --git a/app-sci/blas/blas-19980702.ebuild b/app-sci/blas/blas-19980702.ebuild index 8922854e0f01..30c7571395de 100644 --- a/app-sci/blas/blas-19980702.ebuild +++ b/app-sci/blas/blas-19980702.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/blas-19980702.ebuild,v 1.7 2004/04/19 09:31:46 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/blas-19980702.ebuild,v 1.8 2004/04/22 21:39:35 dholm Exp $ DESCRIPTION="Basic Linear Algebra Subprograms" HOMEPAGE="http://www.netlib.org/blas/" @@ -9,7 +9,7 @@ SRC_URI="http://www.netlib.org/blas/${PN}.tgz" LICENSE="public-domain" IUSE="" SLOT="0" -KEYWORDS="x86 amd64 s390" +KEYWORDS="x86 amd64 s390 ~ppc" DEPEND="virtual/glibc" |