commit: 89e4b2ab84e5dce42c2c3f2b051705324e238862 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Nov 29 09:40:11 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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() {
