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 | 6d5631d2a8f024276e7b6ffd95b7ad504e83a15b (patch) | |
tree | 3860eb9365348e7f84f941cf0db28bf73f6bde90 /app-sci | |
parent | added X useflag for greater tcltk seperation. now needs both X and tcltk USE ... (diff) | |
download | historical-6d5631d2a8f024276e7b6ffd95b7ad504e83a15b.tar.gz historical-6d5631d2a8f024276e7b6ffd95b7ad504e83a15b.tar.bz2 historical-6d5631d2a8f024276e7b6ffd95b7ad504e83a15b.zip |
added amd64 to keywords
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas/blas-19980702.ebuild | 4 | ||||
-rw-r--r-- | app-sci/lapack/lapack-3.0.ebuild | 4 | ||||
-rw-r--r-- | app-sci/mpqc/mpqc-2.2.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-sci/blas/blas-19980702.ebuild b/app-sci/blas/blas-19980702.ebuild index 00ee5d4e5d08..35400a8e331a 100644 --- a/app-sci/blas/blas-19980702.ebuild +++ b/app-sci/blas/blas-19980702.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/blas/blas-19980702.ebuild,v 1.4 2003/08/05 18:31:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/blas-19980702.ebuild,v 1.5 2004/03/05 04:29:07 jhuebel Exp $ DESCRIPTION="Basic Linear Algebra Subprograms" HOMEPAGE="http://www.netlib.org/blas/" @@ -8,7 +8,7 @@ SRC_URI="http://www.netlib.org/blas/${PN}.tgz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 amd64" DEPEND="virtual/glibc" 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 |