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 18D2B138334 for ; Wed, 26 Jun 2019 06:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D1F6E07E0; Wed, 26 Jun 2019 06:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D4FB7E0822 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 47081346A6D 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 3FCF4629 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: <1561529170.7d172100bfea6927705a5eae11df4fd2948f1389.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/blas/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/blas/blas-3.8.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 7d172100bfea6927705a5eae11df4fd2948f1389 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: 1d9bfea3-d8cf-407f-8513-ad25cbf976b8 X-Archives-Hash: 6a0d5a230a835e8e6962b5a3c9699fc6 commit: 7d172100bfea6927705a5eae11df4fd2948f1389 Author: Benda Xu gentoo org> AuthorDate: Wed Jun 26 05:29:08 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Jun 26 06:06:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d172100 virtual/blas: add sci-lib/blis as a candidate. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu gentoo.org> virtual/blas/blas-3.8.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/virtual/blas/blas-3.8.ebuild b/virtual/blas/blas-3.8.ebuild index e3807aaa8c4..45bf1cc0301 100644 --- a/virtual/blas/blas-3.8.ebuild +++ b/virtual/blas/blas-3.8.ebuild @@ -9,6 +9,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~ 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}"