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 6318513835A for ; Sat, 6 Jun 2020 00:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ECA7E087B; Sat, 6 Jun 2020 00:34:42 +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 1E44CE087B for ; Sat, 6 Jun 2020 00:34:42 +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 10A3234F1F9 for ; Sat, 6 Jun 2020 00:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882C827E for ; Sat, 6 Jun 2020 00:34:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591403552.e70bc31cc56e4a9d8c23d8c8d46e8f7292b6834d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/base/use.mask X-VCS-Directories: profiles/arch/base/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e70bc31cc56e4a9d8c23d8c8d46e8f7292b6834d X-VCS-Branch: master Date: Sat, 6 Jun 2020 00:34:38 +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: 94676344-6377-4743-a4fc-312c9f073793 X-Archives-Hash: 3ffe751bcfd7d1c7462c70947344ccfa commit: e70bc31cc56e4a9d8c23d8c8d46e8f7292b6834d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 5 22:20:54 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 6 00:32:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70bc31c profiles: arch/base: Add "mkl" to use.mask Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index cd30696d3a0..9cc7516fc79 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl is only supported on specific architectures +mkl + # Thomas Deutschmann (2019-11-11) # James Le Cuirot (2017-06-29) # Forced and masked by default. Unmask where necessary.