From 564c0fb62f9d26f7a3bd4c7684465afce7a9bb02 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 29 May 2024 14:44:35 +0200 Subject: [PATCH] coreos-overlay/profiles: Keyword ccid for arm64 ccid-1.5.4 is marked ~arm64 but is a depdendency of the Flatcar SDK. Keyword in profile so that an arm64 SDK can be built. Signed-off-by: Jeremi Piotrowski --- .../profiles/coreos/base/package.accept_keywords | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index b7e1420aef..5e9657a303 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -14,6 +14,9 @@ # Seems to be the only available ebuild in portage-stable right now. =app-crypt/adcli-0.9.2 ~amd64 ~arm64 +# Needed by arm64-native SDK +=app-crypt/ccid-1.5.4 ~arm64 + # The only available ebuild (from GURU) has ~amd64 and no keyword for arm64 yet. =app-crypt/clevis-19-r1 **