mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
Merge pull request #3163 from dm0-/grub
sys-boot/grub: Switch to the rebase-able branch
This commit is contained in:
commit
5409ebabca
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
@ -10,7 +10,7 @@ GRUB_AUTOGEN=1 # We start from Git, so always autogen.
|
|||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="84a4fd2f4c35a45b66a6ca4ef455d999f8b05b55"
|
CROS_WORKON_COMMIT="f8e0a62fba16236942a1657ba242cd71a21b0153"
|
||||||
KEYWORDS="amd64 arm64 x86"
|
KEYWORDS="amd64 arm64 x86"
|
||||||
fi
|
fi
|
||||||
inherit cros-workon
|
inherit cros-workon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user