mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
fix(sys-kernel/bootengine): Add explicit sub-slot
This allows coreos-kernel to use a slot depend operator to force a kernel rebuild every time the bootengine version changes even if bootengine got build in a different emerge job.
This commit is contained in:
parent
62cbeb9645
commit
ca186261af
@ -11,7 +11,7 @@ SLOT="0/${PVR}"
|
||||
|
||||
DEPEND="sys-apps/debianutils
|
||||
sys-devel/bc
|
||||
sys-kernel/bootengine
|
||||
sys-kernel/bootengine:=
|
||||
"
|
||||
|
||||
IUSE="-source symlink-usr"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2013 CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="4"
|
||||
EAPI=5
|
||||
CROS_WORKON_PROJECT="coreos/bootengine"
|
||||
CROS_WORKON_LOCALNAME="bootengine"
|
||||
CROS_WORKON_OUTOFTREE_BUILD=1
|
||||
@ -20,7 +20,7 @@ DESCRIPTION="CoreOS Bootengine"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
SLOT="0/${PVR}"
|
||||
|
||||
DEPEND="
|
||||
app-arch/gzip
|
||||
|
Loading…
Reference in New Issue
Block a user