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 | |
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')
-rw-r--r-- | app-sci/lapack/lapack-3.0.ebuild | 4 | ||||
-rw-r--r-- | app-sci/mpqc/mpqc-2.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/app-sci/mpqc/mpqc-2.2.0.ebuild b/app-sci/mpqc/mpqc-2.2.0.ebuild index 5562ded8e51e..55b2afcc6c89 100644 --- a/app-sci/mpqc/mpqc-2.2.0.ebuild +++ b/app-sci/mpqc/mpqc-2.2.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/mpqc/mpqc-2.2.0.ebuild,v 1.1 2003/12/15 03:54:07 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.2.0.ebuild,v 1.2 2004/03/05 04:36:18 jhuebel Exp $ DESCRIPTION="The Massively Parallel Quantum Chemistry Program" HOMEPAGE="http://aros.ca.sandia.gov/~cljanss/mpqc/" @@ -9,7 +9,7 @@ SRC_URI="http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 amd64" IUSE="doc X" DEPEND="sys-devel/flex |