From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D396658973 for ; Wed, 3 Feb 2016 12:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E04B0E07EE; Wed, 3 Feb 2016 12:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C341E07EE for ; Wed, 3 Feb 2016 12:33:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E079340739 for ; Wed, 3 Feb 2016 12:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3A118F1 for ; Wed, 3 Feb 2016 12:33:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454005477.d175a67fe634f3672fb9f2d2dd79b1850183b8f3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/blas/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/blas/blas-2.1-r5.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d175a67fe634f3672fb9f2d2dd79b1850183b8f3 X-VCS-Branch: master Date: Wed, 3 Feb 2016 12:33:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eccfd32f-bd16-4b90-a6a3-022436d51afe X-Archives-Hash: 2a2dcc48908f7e739f944cd859800887 commit: d175a67fe634f3672fb9f2d2dd79b1850183b8f3 Author: Marc Joliet gmx de> AuthorDate: Thu Jan 28 18:17:39 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 28 18:24:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d175a67f virtual/blas-2.1-r5: add missing "||" Package-Manager: portage-2.2.26 Signed-off-by: Marc Joliet gmx.de> virtual/blas/blas-2.1-r5.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/virtual/blas/blas-2.1-r5.ebuild b/virtual/blas/blas-2.1-r5.ebuild index 6f3a2c4..1a95909 100644 --- a/virtual/blas/blas-2.1-r5.ebuild +++ b/virtual/blas/blas-2.1-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,9 +26,11 @@ RDEPEND=" sci-libs/mkl[int64?,${MULTILIB_USEDEP}] abi_x86_64? ( !abi_x86_32? ( - >=dev-cpp/eigen-3.1.4 - sci-libs/atlas[fortran] - >=sci-libs/acml-4.4 + || ( + >=dev-cpp/eigen-3.1.4 + sci-libs/atlas[fortran] + >=sci-libs/acml-4.4 + ) ) ) )