diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 19:10:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 19:10:48 +0000 |
commit | 3e5a138d4ea549ac6f55bd687e4269f931967696 (patch) | |
tree | 20376fc21c52aad9ac1ec9ae3a12428e460aef43 /virtual/lapack | |
parent | s390 love (diff) | |
download | gentoo-2-3e5a138d4ea549ac6f55bd687e4269f931967696.tar.gz gentoo-2-3e5a138d4ea549ac6f55bd687e4269f931967696.tar.bz2 gentoo-2-3e5a138d4ea549ac6f55bd687e4269f931967696.zip |
s390 love
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'virtual/lapack')
-rw-r--r-- | virtual/lapack/lapack-3.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/virtual/lapack/lapack-3.1.ebuild b/virtual/lapack/lapack-3.1.ebuild index 692ff7eade86..b641be50f185 100644 --- a/virtual/lapack/lapack-3.1.ebuild +++ b/virtual/lapack/lapack-3.1.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/lapack/lapack-3.1.ebuild,v 1.2 2007/11/21 09:27:25 uid2162 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/lapack/lapack-3.1.ebuild,v 1.3 2008/12/07 19:10:48 vapier Exp $ DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" HOMEPAGE="http://www.gentoo.org/proj/en/" SRC_URI="" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="" + RDEPEND="|| ( >=sci-libs/lapack-reference-3.1 >=sci-libs/lapack-atlas-3.8.0 |