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 | 676513b133941a4d4a47693b56d7b03e0832cdcd (patch) | |
tree | 2151cb7db6cfa005708cb897c5e52c9d762b53a8 /sci-libs | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-676513b133941a4d4a47693b56d7b03e0832cdcd.tar.gz gentoo-2-676513b133941a4d4a47693b56d7b03e0832cdcd.tar.bz2 gentoo-2-676513b133941a4d4a47693b56d7b03e0832cdcd.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/blas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/blas/blas-19980702-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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" |