aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-29 10:40:11 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-29 10:40:11 +0100
commit89e4b2ab84e5dce42c2c3f2b051705324e238862 (patch)
tree148ef27688f57a76e098326c11f4b0c96f461cc4
parentMerge remote-tracking branch 'github/master' (diff)
downloadsci-89e4b2ab.tar.gz
sci-89e4b2ab.tar.bz2
sci-89e4b2ab.zip
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 <jlec@gentoo.org>
-rw-r--r--virtual/blas/blas-2.1-r4.ebuild (renamed from virtual/blas/blas-2.1-r3.ebuild)18
1 files changed, 10 insertions, 8 deletions
diff --git a/virtual/blas/blas-2.1-r3.ebuild b/virtual/blas/blas-2.1-r4.ebuild
index 48f4d0e8c..7b4605bd8 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() {