From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1330706-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 32668158003
	for <garchives@archives.gentoo.org>; Sat, 16 Oct 2021 01:59:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8424DE0828;
	Sat, 16 Oct 2021 01:59:25 +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-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6ACFDE0828
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Oct 2021 01:59:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 448CE342E03
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Oct 2021 01:59:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B145FE3
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Oct 2021 01:59:22 +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: <1634349529.0a2ee51796b232d3eaa8834a88d6c36a9394ea7c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/base/package.use.mask
X-VCS-Directories: profiles/base/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 0a2ee51796b232d3eaa8834a88d6c36a9394ea7c
X-VCS-Branch: master
Date: Sat, 16 Oct 2021 01:59:22 +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: 850ad6f6-5faf-485c-b330-27ba8adcf6eb
X-Archives-Hash: 068873052567fdbeee77422d6c591ab7

commit:     0a2ee51796b232d3eaa8834a88d6c36a9394ea7c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 01:58:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 01:58:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2ee517

profiles/base: mask sys-fs/dd-rescue[cpu_flags_x86_avx2]

Bug: https://bugs.gentoo.org/787134
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 1f0aa2423f5..09d78375fb5 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Sam James <sam@gentoo.org> (2021-10-16)
+# Fails to compile, bug #787134
+sys-fs/dd-rescue cpu_flags_x86_avx2
+
 # Marek Szuba <marecki@gentoo.org> (2021-10-10)
 # Legacy interface that depends on dev-libs/libx86 and specific kernel
 # headers, both of which are only available on certain arches.