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 6B4741388C2 for ; Sun, 29 Nov 2015 10:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67CE921C06F; Sun, 29 Nov 2015 10:17:48 +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 D83FF21C06F for ; Sun, 29 Nov 2015 10:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B6EB3406C0 for ; Sun, 29 Nov 2015 10:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8C9A0E for ; Sun, 29 Nov 2015 10:17:43 +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: <1448790011.89e4b2ab84e5dce42c2c3f2b051705324e238862.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-r3.ebuild virtual/blas/blas-2.1-r4.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 89e4b2ab84e5dce42c2c3f2b051705324e238862 X-VCS-Branch: master Date: Sun, 29 Nov 2015 10:17:43 +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: af84d5c7-da2f-42b2-aa53-135eb20c939d X-Archives-Hash: 190a4106caf09f0acbe805b7aadcbb84 commit: 89e4b2ab84e5dce42c2c3f2b051705324e238862 Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 29 09:40:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 29 09:40:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=89e4b2ab virtual/blas: Block app-eselect/eselect-blas Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563292 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> .../blas/{blas-2.1-r3.ebuild => blas-2.1-r4.ebuild} | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/virtual/blas/blas-2.1-r3.ebuild b/virtual/blas/blas-2.1-r4.ebuild similarity index 90% rename from virtual/blas/blas-2.1-r3.ebuild rename to virtual/blas/blas-2.1-r4.ebuild index 48f4d0e..7b4605b 100644 --- a/virtual/blas/blas-2.1-r3.ebuild +++ b/virtual/blas/blas-2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,12 +16,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc int64" RDEPEND=" - int64? ( - || ( - sci-libs/blas-reference[int64,${MULTILIB_USEDEP}] - >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}] - ) - ) + !app-eselect/eselect-blas || ( sci-libs/blas-reference[int64?,${MULTILIB_USEDEP}] >=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}] @@ -31,7 +26,14 @@ RDEPEND=" sci-libs/gotoblas2 >=sci-libs/mkl-10.3 ) - doc? ( >=app-doc/blas-docs-3.2 )" + doc? ( >=app-doc/blas-docs-3.2 ) + int64? ( + || ( + sci-libs/blas-reference[int64,${MULTILIB_USEDEP}] + >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}] + ) + ) +" DEPEND="" pkg_pretend() {