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 C6803158043 for ; Thu, 18 Apr 2024 14:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD91E2A15; Thu, 18 Apr 2024 14:39:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DC593E2A15 for ; Thu, 18 Apr 2024 14:39:43 +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 2AA6B3434BB for ; Thu, 18 Apr 2024 14:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E341171F for ; Thu, 18 Apr 2024 14:39:41 +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: <1713451176.6481446a7744c718f0246f4fcf1b3888c57e377f.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: 6481446a7744c718f0246f4fcf1b3888c57e377f X-VCS-Branch: master Date: Thu, 18 Apr 2024 14:39:41 +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: 3e3d9901-122f-4514-a87d-697582702546 X-Archives-Hash: fd8088e0df24cc8f7786e8a8791b601f commit: 6481446a7744c718f0246f4fcf1b3888c57e377f Author: Ben Kohler gentoo org> AuthorDate: Thu Apr 18 14:38:28 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Apr 18 14:39:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6481446a profiles: force samba[system-mitkrb5] on ppc32 & sparc These arches cannot use the bundled mit-krb5 as it requires sys-apps/keyutils which is not stable there. 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