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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02F2415813A for ; Thu, 09 Jan 2025 03:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B0BE0536; Thu, 09 Jan 2025 03:07:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A33C5E0536 for ; Thu, 09 Jan 2025 03:07: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4632342F9F for ; Thu, 09 Jan 2025 03:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C24C1BA2 for ; Thu, 09 Jan 2025 03:07:09 +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: <1736391589.8722ba3aeb5ee3262d677f7323d438874c73ebc0.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.mask X-VCS-Directories: profiles/arch/powerpc/ppc32/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8722ba3aeb5ee3262d677f7323d438874c73ebc0 X-VCS-Branch: master Date: Thu, 09 Jan 2025 03:07: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: 4be26644-54db-4bd7-b596-def73f34bb2d X-Archives-Hash: 67462059c6cff38ffa8bbeaf26ab42a5 commit: 8722ba3aeb5ee3262d677f7323d438874c73ebc0 Author: Sam James gentoo org> AuthorDate: Thu Jan 9 02:36:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 9 02:59:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8722ba3a profiles/arch/powerpc/ppc32: mask dev-db/mysql All but one version is marked -ppc. Mask it for cleanup. Bug: https://bugs.gentoo.org/761715 Signed-off-by: Sam James gentoo.org> profiles/arch/powerpc/ppc32/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/powerpc/ppc32/package.mask b/profiles/arch/powerpc/ppc32/package.mask index 744217fe4d35..7efe88bfadc8 100644 --- a/profiles/arch/powerpc/ppc32/package.mask +++ b/profiles/arch/powerpc/ppc32/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2025-01-09) +# MySQL is marked -ppc (bug #761715) because of a failing static assert. +dev-db/mysql + # Sam James (2024-12-10) # Crashes in libuv (bug #941738) >=dev-build/cmake-3.29