From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1218747-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 14225138359
	for <garchives@archives.gentoo.org>; Sat, 31 Oct 2020 18:48:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B992E0801;
	Sat, 31 Oct 2020 18:48:36 +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 2281CE0801
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 18:48:36 +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 028A13408A6
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 18:48:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 796CC3A9
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Oct 2020 18:48:33 +0000 (UTC)
From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org>
Message-ID: <1604170090.2ad4ac47f01e9547a4e04cb6be46b6ed85d9867c.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/package.mask
X-VCS-Directories: profiles/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 2ad4ac47f01e9547a4e04cb6be46b6ed85d9867c
X-VCS-Branch: master
Date: Sat, 31 Oct 2020 18:48:33 +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: b6e635bf-9953-41c8-bc81-4d55fd878dde
X-Archives-Hash: 748b16db756e31bc3e67a71a8647b792

commit:     2ad4ac47f01e9547a4e04cb6be46b6ed85d9867c
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Oct 31 18:48:10 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 18:48:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad4ac47

profiles/package.mask: mask sci-libs/{blas,cblas,lapack}

Closes: https://github.com/gentoo/gentoo/pull/18049
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 profiles/package.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 07cd7587b1b..f8296618e39 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Aisha Tammy <gentoo@aisha.cc> (2020-10-31)
+# Redundant historical packages now being provided
+# together by sci-libs/lapack
+# Removal in 14 days. Bug #746962.
+sci-libs/blas-reference
+sci-libs/cblas-reference
+sci-libs/lapack-reference
+
 # Lars Wendler <polynomial-c@gentoo.org> (2020-10-30)
 # Removed public macro definitions for TRUE and FALSE which breaks lots of
 # revdeps. See tacker bug at https://bugs.gentoo.org/751919