diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-05-18 12:56:10 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-05-18 12:56:10 +0000 |
commit | 087d5ae451cbe84cbd6e4ebbe8ce39a7fa393f0d (patch) | |
tree | a6ac9770d6030455eaa07b437a25728693bec7ab /sci-libs/blas | |
parent | Stable on ppc64 (diff) | |
download | historical-087d5ae451cbe84cbd6e4ebbe8ce39a7fa393f0d.tar.gz historical-087d5ae451cbe84cbd6e4ebbe8ce39a7fa393f0d.tar.bz2 historical-087d5ae451cbe84cbd6e4ebbe8ce39a7fa393f0d.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-libs/blas')
-rw-r--r-- | sci-libs/blas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/blas/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/blas/blas-19980702-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/blas/ChangeLog b/sci-libs/blas/ChangeLog index e6407fb18ec8..4cb8e0f5ee26 100644 --- a/sci-libs/blas/ChangeLog +++ b/sci-libs/blas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/blas # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas/ChangeLog,v 1.3 2005/04/09 15:45:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas/ChangeLog,v 1.4 2005/05/18 12:56:10 corsair Exp $ + + 18 May 2005; Markus Rothe <corsair@gentoo.org> blas-19980702-r2.ebuild: + Stable on ppc64 09 Apr 2005; Markus Rothe <corsair@gentoo.org> blas-19980702-r2.ebuild: Added ~ppc64 to KEYWORDS diff --git a/sci-libs/blas/Manifest b/sci-libs/blas/Manifest index 4922b99450bf..1e2c6d169ef1 100644 --- a/sci-libs/blas/Manifest +++ b/sci-libs/blas/Manifest @@ -1,6 +1,6 @@ -MD5 19be9a717600395579abf062418b76ca ChangeLog 2053 +MD5 6f749e54c0f30453cd0a23640ba8dd90 ChangeLog 2146 MD5 eadada215a9f663a8f6f5cc352fd10a4 blas-19980702-r1.ebuild 674 -MD5 68451ee132c4faf610fc028b6f3360f6 blas-19980702-r2.ebuild 606 +MD5 fa10d33819040f660f96304487bd3f1c blas-19980702-r2.ebuild 605 MD5 0ea4290db0036cf67b15f6b8119b70ab blas-19980702.ebuild 588 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 1061bd61ecbed7462c7a8e8df335561c files/Makefile 1559 diff --git a/sci-libs/blas/blas-19980702-r2.ebuild b/sci-libs/blas/blas-19980702-r2.ebuild index 6e255d4bbb14..353999274e59 100644 --- a/sci-libs/blas/blas-19980702-r2.ebuild +++ b/sci-libs/blas/blas-19980702-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas/blas-19980702-r2.ebuild,v 1.2 2005/04/09 15:45:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas/blas-19980702-r2.ebuild,v 1.3 2005/05/18 12:56:10 corsair 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 ~ppc ~ppc64" +KEYWORDS="~x86 ~amd64 ~s390 ~ppc ppc64" DEPEND="virtual/libc" |