From 18ca5079eb479739935e21552e5328bfb82d4caa Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 1 Sep 2013 15:55:41 -0700 Subject: [PATCH 1/2] fix(package.accept_keywords) add ~amd64 to efitools and gnu-efi This is required for these packages to build as upstream has not stabilized them yet, and it's doubtful that will happen any year soon... --- .../profiles/default/linux/package.accept_keywords | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords index 4174a2be1a..1a4ae3988f 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2013 The CoreOS Authors. All rights reserved. # Distributed under the terms of the GNU General Public License v2 =app-emulation/qemu-kvm-0.15.1-r2 amd64 @@ -99,3 +99,7 @@ # Fixes XML validation failure and python eclass usage =dev-lang/yasm-1.2.0-r1 + +# efitools and dependency libraries for signing kernel images +>=sys-boot/gnu-efi-3.0u ~amd64 +>=app-crypt/efitools-1.4.1-r2 ~amd64 From 81f39df32db59df49df091391b5475c5b82702aa Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sun, 1 Sep 2013 16:16:20 -0700 Subject: [PATCH 2/2] fix(package.accept_keywords) put back ChromiumOS copyright. I was wrong to remove it, oops. --- .../profiles/default/linux/package.accept_keywords | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords index 1a4ae3988f..ffc569f881 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords @@ -1,3 +1,4 @@ +# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. # Copyright (c) 2013 The CoreOS Authors. All rights reserved. # Distributed under the terms of the GNU General Public License v2