From ea93fa6b69ad319a6678c3e8161bdf958be9e1eb Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 25 Jun 2015 15:23:38 -0700 Subject: [PATCH] dev-libs/elfutils: Fix compile error with stable The update of the elfutils package for arm64 bumped the amd64 stable to elfutils-0.158 which unfortunatly, has a cross compile bug. Specify the unstable ~amd64 (elfutils-0.161) to work around the problem. Signed-off-by: Geoff Levand --- .../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 ed147733d5..3ec702efc3 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 @@ -113,3 +113,6 @@ dev-util/checkbashisms # https://bugs.gentoo.org/show_bug.cgi?id=548158 =sys-apps/gentoo-functions-0.10 + +# Avoid cross compile error with amd64 stable (elfutils-0.158). +=dev-libs/elfutils-0.161 ~amd64