From 59a0fdcf452b8b4ccd48a42147c18a6e1c3de160 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 2 Dec 2024 18:52:34 +0100 Subject: [PATCH] overlay profiles: Enable gssapi for bind in base profile --- .../coreos-overlay/profiles/coreos/amd64/generic/package.use | 4 ---- .../coreos-overlay/profiles/coreos/arm64/package.use | 5 ----- .../coreos-overlay/profiles/coreos/base/package.use | 4 ++++ .../coreos-overlay/profiles/coreos/targets/sdk/package.use | 4 ---- 4 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use index 68f4209dbe..fc3947d87c 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use @@ -1,7 +1,3 @@ # Only ship microcode currently distributed by Intel # See https://bugs.gentoo.org/654638#c11 by iucode-tool maintainer sys-firmware/intel-microcode vanilla - -# Enable gssapi only for amd64, to avoid build errors in arm64. -net-dns/bind gssapi -net-dns/bind-tools gssapi diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use deleted file mode 100644 index 8362479fd5..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use +++ /dev/null @@ -1,5 +0,0 @@ -# arm64 use - -# Disable gssapi for arm64 to avoid build errors -net-dns/bind -gssapi -net-dns/bind-tools -gssapi diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 88ca2ccb5f..e15c1afc1f 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -161,3 +161,7 @@ sys-fs/zfs minimal -rootfs # Do not tinker with /boot partition at installation time. sys-firmware/intel-microcode -initramfs sys-fs/zfs-kmod -initramfs + +# For sys-auth/sssd +net-dns/bind gssapi +net-dns/bind-tools gssapi diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use index 4f49fda3f3..bed09a66e5 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use @@ -31,7 +31,3 @@ x11-libs/pixman static-libs # Get latest EDK2 firmware for Secure Boot on arm64. app-emulation/qemu -pin-upstream-blobs - -# Enable gssapi for SDK -net-dns/bind gssapi -net-dns/bind-tools gssapi