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 BC591158043 for ; Thu, 18 Apr 2024 16:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1166DE2A3E; Thu, 18 Apr 2024 16:17:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7903E2A3E for ; Thu, 18 Apr 2024 16:17:28 +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 0B29F34349E for ; Thu, 18 Apr 2024 16:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9599A1710 for ; Thu, 18 Apr 2024 16:17:26 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1713457033.9bce3dbc4692bc0ba4f0853e14ac509ce4d84f62.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/, profiles/arch/sparc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc32/package.use.stable.force profiles/arch/sparc/package.use.stable.force X-VCS-Directories: profiles/arch/sparc/ profiles/arch/powerpc/ppc32/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9bce3dbc4692bc0ba4f0853e14ac509ce4d84f62 X-VCS-Branch: master Date: Thu, 18 Apr 2024 16:17:26 +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: 674d7ba8-7750-4405-bc53-bb6667737b4a X-Archives-Hash: e07559f2dce7a625590429984d4a2a5f commit: 9bce3dbc4692bc0ba4f0853e14ac509ce4d84f62 Author: Ben Kohler gentoo org> AuthorDate: Thu Apr 18 16:13:33 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Apr 18 16:17:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bce3dbc profiles: force samba[system-mitkrb5] on ppc32 & sparc When samba is built with -system-heimdal -system-mitkrb5, it builds a bundled heimdal implementation which links to libkeyutils. This is unavailable on stable pp32 & sparc. Since system-heimdal is globally masked, we must force system-mitkrb5 for these arches to ensure they don't try to build the bundled heimdal. Bug: https://bugs.gentoo.org/917006 Signed-off-by: Ben Kohler gentoo.org> profiles/arch/powerpc/ppc32/package.use.stable.force | 7 +++++++ profiles/arch/sparc/package.use.stable.force | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.force b/profiles/arch/powerpc/ppc32/package.use.stable.force new file mode 100644 index 000000000000..93ccd2bb7891 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/package.use.stable.force @@ -0,0 +1,7 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Ben Kohler (2024-04-18) +# Force system-mitkrb5, as the bundled copy requires sys-apps/keyutils which +# is not stable here due to test failures, bug #636252 +net-fs/samba system-mitkrb5 diff --git a/profiles/arch/sparc/package.use.stable.force b/profiles/arch/sparc/package.use.stable.force new file mode 100644 index 000000000000..93ccd2bb7891 --- /dev/null +++ b/profiles/arch/sparc/package.use.stable.force @@ -0,0 +1,7 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Ben Kohler (2024-04-18) +# Force system-mitkrb5, as the bundled copy requires sys-apps/keyutils which +# is not stable here due to test failures, bug #636252 +net-fs/samba system-mitkrb5