From 39e9a995289e32d400b57239ae6ebe915d453d09 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 19 Apr 2021 14:28:09 +0200 Subject: [PATCH] profiles: accept keywords for net-libs/gnutls To be able to build gnutls 3.7.1, which is still not stable, we need to accept keywords ~amd64 and ~arm64. --- .../coreos-overlay/profiles/coreos/base/package.accept_keywords | 2 ++ 1 file changed, 2 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 22e499f7cf..d603239e4b 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 @@ -92,3 +92,5 @@ dev-util/checkbashisms =sys-fs/multipath-tools-0.8.5 ~amd64 ~arm64 =app-arch/zstd-1.4.9 ~amd64 ~arm64 + +=net-libs/gnutls-3.7.1 ~amd64 ~arm64