diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-05 04:36:18 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-05 04:36:18 +0000 |
commit | 14b0db313b0a6906115a7d84613eb9e881560471 (patch) | |
tree | 58f54b4db238249c10b43df020f5cc21b8087687 /app-sci/lapack | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-14b0db313b0a6906115a7d84613eb9e881560471.tar.gz gentoo-2-14b0db313b0a6906115a7d84613eb9e881560471.tar.bz2 gentoo-2-14b0db313b0a6906115a7d84613eb9e881560471.zip |
added amd64 to keywords
Diffstat (limited to 'app-sci/lapack')
-rw-r--r-- | app-sci/lapack/lapack-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/lapack/lapack-3.0.ebuild b/app-sci/lapack/lapack-3.0.ebuild index b8ccef718e4c..bb3a950d911d 100644 --- a/app-sci/lapack/lapack-3.0.ebuild +++ b/app-sci/lapack/lapack-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lapack/lapack-3.0.ebuild,v 1.4 2003/08/05 18:34:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lapack/lapack-3.0.ebuild,v 1.5 2004/03/05 04:31:33 jhuebel Exp $ DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." HOMEPAGE="http://www.netlib.org/lapack/" @@ -8,7 +8,7 @@ SRC_URI="http://www.netlib.org/lapack/lapack.tgz" LICENSE="lapack" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" DEPEND="virtual/glibc app-sci/blas" |