From 7f87cddb31fba4d040601eff372227e6840c359d Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 11 Nov 2024 15:39:20 +0100 Subject: [PATCH] overlay profiles: Copy USE=gssapi for net-dns/bind from net-dns/bind-tools --- .../coreos-overlay/profiles/coreos/amd64/generic/package.use | 1 + .../third_party/coreos-overlay/profiles/coreos/arm64/package.use | 1 + .../coreos-overlay/profiles/coreos/targets/sdk/package.use | 1 + 3 files changed, 3 insertions(+) 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 d71d119c57..f19f473f92 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 @@ -4,3 +4,4 @@ sys-firmware/intel-microcode vanilla # Enable gssapi only for amd64, to avoid build errors in arm64. net-dns/bind-tools gssapi +net-dns/bind 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 index d9c79b5d07..65c27dcb7d 100644 --- 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 @@ -2,3 +2,4 @@ # Disable gssapi for arm64 to avoid build errors net-dns/bind-tools -gssapi +net-dns/bind -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 062e03cbe6..b6a0ea24df 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 @@ -34,3 +34,4 @@ app-emulation/qemu -pin-upstream-blobs # Enable gssapi for SDK net-dns/bind-tools gssapi +net-dns/bind gssapi