From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1219260-garchives=archives.gentoo.org@lists.gentoo.org>
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 14154138359
	for <garchives@archives.gentoo.org>; Tue,  3 Nov 2020 07:18:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5C82DE0A99;
	Tue,  3 Nov 2020 07:18:43 +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 40B05E0A99
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Nov 2020 07:18:43 +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 66EC9340DA7
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Nov 2020 07:18:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E619F42B
	for <gentoo-commits@lists.gentoo.org>; Tue,  3 Nov 2020 07:18:39 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1604387907.8ea049d9fe0a73931e892fb1dc6f1c329f136939.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/lapacke/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/lapacke/lapacke-3.8-r1.ebuild virtual/lapacke/lapacke-3.8.ebuild
X-VCS-Directories: virtual/lapacke/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8ea049d9fe0a73931e892fb1dc6f1c329f136939
X-VCS-Branch: master
Date: Tue,  3 Nov 2020 07:18:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 084ca744-de94-4ecb-9c7d-dc1496dddb0e
X-Archives-Hash: ce8f70c5d5656e5f05a22d6aecc77cf8

commit:     8ea049d9fe0a73931e892fb1dc6f1c329f136939
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 07:18:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 07:18:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea049d9

virtual/lapacke: amend addition of openblas

These virtuals are actually flawed but I'd prefer
to keep the issues consistent by matching virtual/lapack
here.

There are plans to improve the handling of lapack and friends
in Gentoo but for now, let's just be consistent to ensure
that adding openblas here doesn't cause any problems.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/lapacke/{lapacke-3.8.ebuild => lapacke-3.8-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8-r1.ebuild
similarity index 68%
rename from virtual/lapacke/lapacke-3.8.ebuild
rename to virtual/lapacke/lapacke-3.8-r1.ebuild
index 60f9091ac5b..2529e268032 100644
--- a/virtual/lapacke/lapacke-3.8.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r1.ebuild
@@ -9,9 +9,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a
 IUSE="eselect-ldso"
 
 RDEPEND="
-	|| (
-		>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
-		>=sci-libs/openblas-0.3.10[eselect-ldso?]
-	)
+	>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
+	eselect-ldso? ( || (
+		>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso]
+		>=sci-libs/openblas-0.3.10[eselect-ldso]
+	) )
 "
 DEPEND="${RDEPEND}"