diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-16 10:35:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-16 10:35:19 +0000 |
commit | 50403981abfc33e0aa372952e3604457be6df3ff (patch) | |
tree | d511f998c4ed15959c9200f4609c445a5cefa031 /virtual/blas | |
parent | Remove the really old cellphone and home phone numbers for myself that never ... (diff) | |
download | gentoo-2-50403981abfc33e0aa372952e3604457be6df3ff.tar.gz gentoo-2-50403981abfc33e0aa372952e3604457be6df3ff.tar.bz2 gentoo-2-50403981abfc33e0aa372952e3604457be6df3ff.zip |
Move blas-goto as last option to fullfill depenency, because of 316061
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'virtual/blas')
-rw-r--r-- | virtual/blas/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/blas/blas-1.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/virtual/blas/ChangeLog b/virtual/blas/ChangeLog index 8a4e042c14b4..10c14268e17a 100644 --- a/virtual/blas/ChangeLog +++ b/virtual/blas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/blas -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/blas/ChangeLog,v 1.3 2010/01/11 10:55:38 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/blas/ChangeLog,v 1.4 2011/01/16 10:35:19 jlec Exp $ + + 16 Jan 2011; Justin Lecher <jlec@gentoo.org> blas-1.0.ebuild: + Move blas-goto as last option to fullfill depenency, because of 316061 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> blas-1.0.ebuild: Set empty HOMEPAGE and LICENSE. diff --git a/virtual/blas/blas-1.0.ebuild b/virtual/blas/blas-1.0.ebuild index 662d8d53a6b7..4e15f5b6bd53 100644 --- a/virtual/blas/blas-1.0.ebuild +++ b/virtual/blas/blas-1.0.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/blas/blas-1.0.ebuild,v 1.6 2010/01/11 10:55:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/blas/blas-1.0.ebuild,v 1.7 2011/01/16 10:35:19 jlec Exp $ DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" HOMEPAGE="" SRC_URI="" + LICENSE="" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" + RDEPEND="|| ( sci-libs/blas-reference >=sci-libs/blas-atlas-3.7.39 - sci-libs/blas-goto >=sci-libs/mkl-9.1.023 sci-libs/acml + sci-libs/blas-goto )" DEPEND="" |