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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A19015810F for ; Sat, 10 Jun 2023 20:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C1EE0867; Sat, 10 Jun 2023 20:47:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD00AE0856 for ; Sat, 10 Jun 2023 20:47:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 878DD34121F for ; Sat, 10 Jun 2023 20:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24783A85 for ; Sat, 10 Jun 2023 20:47:09 +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: <1686429937.ceb83f1655eed0a7b3fd074f0763083f394b6351.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/use.mask X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ceb83f1655eed0a7b3fd074f0763083f394b6351 X-VCS-Branch: master Date: Sat, 10 Jun 2023 20:47:09 +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: 23dcd15b-5e79-4d3e-85ba-aa3425a38dd8 X-Archives-Hash: ea22c62726b7ee32ef7d2ed42a0a3f52 commit: ceb83f1655eed0a7b3fd074f0763083f394b6351 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 10 19:46:48 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 10 20:45:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb83f16 profiles: x86: Mask IUSE color-management Bug: https://bugs.gentoo.org/884115 Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/arch/x86/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 80bda001840a..96a220f97a3e 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Andreas Sturmlechner (2023-06-10) +# Requires media-libs/opencolorio, broken on x86, bug #884115 +color-management + # Andreas Sturmlechner (2023-02-06) # Successful build of dev-qt/qtwebengine depends on 64-bit host # Bug #893234