From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0FA5138334 for ; Wed, 26 Jun 2019 06:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D01E0829; Wed, 26 Jun 2019 06:07:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2AE4E07E0 for ; Wed, 26 Jun 2019 06:07:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 503A2346A79 for ; Wed, 26 Jun 2019 06:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534E162A for ; Wed, 26 Jun 2019 06:07:19 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1561529171.c103f40f0d09655bf675fb6a90b088942d56bf93.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cblas/cblas-3.8.ebuild X-VCS-Directories: virtual/cblas/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: c103f40f0d09655bf675fb6a90b088942d56bf93 X-VCS-Branch: master Date: Wed, 26 Jun 2019 06:07:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90bc6200-8d1c-432d-aa75-d79346c9e842 X-Archives-Hash: f8434a37cdf09f13d3bdd0f46d5a5ad2 commit: c103f40f0d09655bf675fb6a90b088942d56bf93 Author: Benda Xu gentoo org> AuthorDate: Wed Jun 26 05:43:34 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Jun 26 06:06:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c103f40f virtual/cblas: add sci-libs/blis as a candidate. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu gentoo.org> virtual/cblas/cblas-3.8.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virtual/cblas/cblas-3.8.ebuild b/virtual/cblas/cblas-3.8.ebuild index 0b295963f8d..440e9fc4a54 100644 --- a/virtual/cblas/cblas-3.8.ebuild +++ b/virtual/cblas/cblas-3.8.ebuild @@ -9,6 +9,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a IUSE="eselect-ldso" RDEPEND=" - >=sci-libs/lapack-3.8.0[eselect-ldso?] + !eselect-ldso? ( >=sci-libs/lapack-3.8.0[-eselect-ldso] ) + eselect-ldso? ( || ( + >=sci-libs/lapack-3.8.0[eselect-ldso] + sci-libs/blis[eselect-ldso] ) ) " DEPEND="${RDEPEND}"