From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1218406-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 59689138359
	for <garchives@archives.gentoo.org>; Thu, 29 Oct 2020 20:24:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 94151E0971;
	Thu, 29 Oct 2020 20:24:02 +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 7B6BEE0971
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Oct 2020 20:24:02 +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 27B13340D2D
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Oct 2020 20:24:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 98B1E2CA
	for <gentoo-commits@lists.gentoo.org>; Thu, 29 Oct 2020 20:23:59 +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: <1604003036.a87c1a439b9fb084ea090cccb5a6421418ce53cd.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/openblas/openblas-0.3.12.ebuild
X-VCS-Directories: sci-libs/openblas/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a87c1a439b9fb084ea090cccb5a6421418ce53cd
X-VCS-Branch: master
Date: Thu, 29 Oct 2020 20:23:59 +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: 67cf8dd3-bc3d-42d9-aa78-39cdff97368e
X-Archives-Hash: b28d71b6e3ce9e93be2dee5fe9b7d7f8

commit:     a87c1a439b9fb084ea090cccb5a6421418ce53cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 20:23:50 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 20:23:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c1a43

sci-libs/openblas: minor post-merge fixups

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

 sci-libs/openblas/openblas-0.3.12.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/openblas/openblas-0.3.12.ebuild b/sci-libs/openblas/openblas-0.3.12.ebuild
index b9d0d023fb5..ef165228c14 100644
--- a/sci-libs/openblas/openblas-0.3.12.ebuild
+++ b/sci-libs/openblas/openblas-0.3.12.ebuild
@@ -108,8 +108,10 @@ pkg_setup() {
 
 src_prepare() {
 	default
-	# disable tests by default
+
+	# Disable tests by default
 	sed -e "/^all ::/s/tests //" -i Makefile || die
+
 	# if 64bit-index is needed, create second library
 	# with LIBPREFIX=libopenblas64
 	if use index-64bit; then
@@ -119,7 +121,7 @@ src_prepare() {
 
 src_compile() {
 	default
-	cd interface
+	cd interface || die
 	emake shared-blas-lapack
 
 	if use index-64bit; then