From beacd727c027ffba9d40f1bda3e7e8c7e69912a4 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 5 Apr 2018 18:10:09 -0400 Subject: [PATCH] sys-boot/grub: Switch to the rebase-able branch This branch shouldn't really be any different from the tree's contents. The commits are just restructured so that all patches that are not yet upstream as of the most recent tag are available as a flat patch series on top of it. --- .../grub/{grub-2.02-r1.ebuild => grub-2.02-r2.ebuild} | 0 .../third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/sys-boot/grub/{grub-2.02-r1.ebuild => grub-2.02-r2.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r2.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-2.02-r2.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild index e02f36f0fd..bb51408d36 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/grub/grub-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ GRUB_AUTOGEN=1 # We start from Git, so always autogen. if [[ ${PV} == 9999 ]]; then KEYWORDS="~amd64 ~arm64 ~x86" else - CROS_WORKON_COMMIT="84a4fd2f4c35a45b66a6ca4ef455d999f8b05b55" + CROS_WORKON_COMMIT="f8e0a62fba16236942a1657ba242cd71a21b0153" KEYWORDS="amd64 arm64 x86" fi inherit cros-workon