commit:     9bce3dbc4692bc0ba4f0853e14ac509ce4d84f62
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 16:13:33 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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 <bkoh...@gentoo.org> (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 <bkoh...@gentoo.org> (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

Reply via email to