commit: a71dc7f005a54199929c9082f422934f971cd0ce Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> AuthorDate: Wed Oct 8 14:15:56 2014 +0000 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> CommitDate: Wed Oct 8 14:15:56 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a71dc7f0
virtual/lapack-3.5-r2 made depend on sci-libs/lapack-reference[int64] if USE=int64 (int64 apparently not available with sci-libs/atlas) Package-Manager: portage-2.2.14_rc1 --- virtual/lapack/ChangeLog | 4 ++++ virtual/lapack/lapack-3.5-r2.ebuild | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog index cd1f5c6..be56960 100644 --- a/virtual/lapack/ChangeLog +++ b/virtual/lapack/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/virtual/lapack/ChangeLog,v 1.5 2010/01/11 11:04:19 ulm Exp $ + 08 Oct 2014; Honza Macháček <[email protected]> lapack-3.5-r2.ebuild: + virtual/lapack-3.5-r2 made depend on sci-libs/lapack-reference[int64] if + USE=int64 (int64 apparently not available with sci-libs/atlas) + *lapack-3.5-r2 (26 Apr 2014) 26 Apr 2014; Mark Wright <[email protected]> +lapack-3.5-r2.ebuild, diff --git a/virtual/lapack/lapack-3.5-r2.ebuild b/virtual/lapack/lapack-3.5-r2.ebuild index d89f0e0..607286b 100644 --- a/virtual/lapack/lapack-3.5-r2.ebuild +++ b/virtual/lapack/lapack-3.5-r2.ebuild @@ -17,9 +17,10 @@ IUSE="doc int64" RDEPEND=" || ( - >=sci-libs/lapack-reference-${PV} + >=sci-libs/lapack-reference-${PV}[int64?] >=sci-libs/atlas-3.10.1[lapack] ) + int64? ( >=sci-libs/lapack-reference-${PV}[int64] ) doc? ( >=app-doc/lapack-docs-3.3 )" DEPEND=""
