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 6B8A915838C for ; Wed, 17 Jan 2024 06:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0471E2AD4; Wed, 17 Jan 2024 06:39:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 8D6E3E2AD4 for ; Wed, 17 Jan 2024 06:39:27 +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 CE89D343356 for ; Wed, 17 Jan 2024 06:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ACAEB39 for ; Wed, 17 Jan 2024 06:39:25 +0000 (UTC) From: "Sam James" 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" Message-ID: <1705473527.9d70efa33c94f8e6507720bde13d641d4e572593.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc32/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ppc32/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d70efa33c94f8e6507720bde13d641d4e572593 X-VCS-Branch: master Date: Wed, 17 Jan 2024 06:39:25 +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: 1cf69655-c2e2-4aa5-aab8-b57bd9b1f8bf X-Archives-Hash: 7b22566e7e46039bf9b2e428d78325a2 commit: 9d70efa33c94f8e6507720bde13d641d4e572593 Author: Sam James gentoo org> AuthorDate: Wed Jan 17 06:38:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 17 06:38:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d70efa3 profiles/arch/powerpc/ppc32: mask dev-python/mypy[native-extensions] The code is too big to build on ppc32 (similar to issues we've had with LLVM in the past) and it takes ages to build even on a fast amd64 machine. We only recently wired this up anyway. Closes: https://bugs.gentoo.org/922249 Signed-off-by: Sam James gentoo.org> profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index e78219c307fe..be0552d9d2c0 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-01-17) +# The generated code is too large and it takes ages to build, bug #922249. +dev-python/mypy native-extensions + # Sam James (2024-01-05) # sys-apps/keyutils not stable here, because of test failures. bug #636252 app-benchmarks/stress-ng keyutils