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 43D39138335 for ; Wed, 26 Jun 2019 20:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D88E0830; Wed, 26 Jun 2019 20:31:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B6262E0830 for ; Wed, 26 Jun 2019 20:31:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B84D346AE0 for ; Wed, 26 Jun 2019 20:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EA0624 for ; Wed, 26 Jun 2019 20:31:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1561581097.5321dfa8574d5153ccc749300f8e41d27e318826.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5321dfa8574d5153ccc749300f8e41d27e318826 X-VCS-Branch: master Date: Wed, 26 Jun 2019 20:31:55 +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: 9e74d14e-8c1a-44f5-8b02-8c83848126ac X-Archives-Hash: 95065097342ad97bbee0fbb57d2454b7 commit: 5321dfa8574d5153ccc749300f8e41d27e318826 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jun 26 19:36:44 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jun 26 20:31:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5321dfa8 Revert "virtual/blas: add sci-lib/blis as a candidate." This reverts commit 7d172100bfea6927705a5eae11df4fd2948f1389. Signed-off-by: Mike Gilbert gentoo.org> virtual/blas/blas-3.8.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/virtual/blas/blas-3.8.ebuild b/virtual/blas/blas-3.8.ebuild index 45bf1cc0301..e3807aaa8c4 100644 --- a/virtual/blas/blas-3.8.ebuild +++ b/virtual/blas/blas-3.8.ebuild @@ -9,9 +9,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~ IUSE="eselect-ldso" RDEPEND=" - !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] ) ) + >=sci-libs/lapack-3.8.0[eselect-ldso?] " DEPEND="${RDEPEND}"