Skip to content

Commit 59a0fdc

Browse files
committed
overlay profiles: Enable gssapi for bind in base profile
1 parent f7bf612 commit 59a0fdc

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# Only ship microcode currently distributed by Intel
22
# See https://bugs.gentoo.org/654638#c11 by iucode-tool maintainer
33
sys-firmware/intel-microcode vanilla
4-
5-
# Enable gssapi only for amd64, to avoid build errors in arm64.
6-
net-dns/bind gssapi
7-
net-dns/bind-tools gssapi

sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use

Lines changed: 0 additions & 5 deletions
This file was deleted.

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,7 @@ sys-fs/zfs minimal -rootfs
161161
# Do not tinker with /boot partition at installation time.
162162
sys-firmware/intel-microcode -initramfs
163163
sys-fs/zfs-kmod -initramfs
164+
165+
# For sys-auth/sssd
166+
net-dns/bind gssapi
167+
net-dns/bind-tools gssapi

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ x11-libs/pixman static-libs
3131

3232
# Get latest EDK2 firmware for Secure Boot on arm64.
3333
app-emulation/qemu -pin-upstream-blobs
34-
35-
# Enable gssapi for SDK
36-
net-dns/bind gssapi
37-
net-dns/bind-tools gssapi

0 commit comments

Comments
 (0)