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:
Michael Marineau 2014-03-18 19:48:18 -07:00
parent 62cbeb9645
commit ca186261af
4 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ SLOT="0/${PVR}"
DEPEND="sys-apps/debianutils DEPEND="sys-apps/debianutils
sys-devel/bc sys-devel/bc
sys-kernel/bootengine sys-kernel/bootengine:=
" "
IUSE="-source symlink-usr" IUSE="-source symlink-usr"

View File

@ -1,7 +1,7 @@
# Copyright (c) 2013 CoreOS Authors. All rights reserved. # Copyright (c) 2013 CoreOS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="4" EAPI=5
CROS_WORKON_PROJECT="coreos/bootengine" CROS_WORKON_PROJECT="coreos/bootengine"
CROS_WORKON_LOCALNAME="bootengine" CROS_WORKON_LOCALNAME="bootengine"
CROS_WORKON_OUTOFTREE_BUILD=1 CROS_WORKON_OUTOFTREE_BUILD=1
@ -20,7 +20,7 @@ DESCRIPTION="CoreOS Bootengine"
SRC_URI="" SRC_URI=""
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0/${PVR}"
DEPEND=" DEPEND="
app-arch/gzip app-arch/gzip