coreos-base/coreos-init: add ${PVR} to SLOT

for coreos-kernel.
This commit is contained in:
Benjamin Gilbert 2018-12-04 20:39:21 -05:00
parent a4d0878474
commit 4a96e72f1a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. # Copyright (c) 2011 The Chromium OS 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/init" CROS_WORKON_PROJECT="coreos/init"
CROS_WORKON_LOCALNAME="init" CROS_WORKON_LOCALNAME="init"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
@ -21,7 +21,7 @@ HOMEPAGE="http://www.coreos.com/"
SRC_URI="" SRC_URI=""
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0/${PVR}"
IUSE="test symlink-usr" IUSE="test symlink-usr"
REQUIRED_USE="symlink-usr" REQUIRED_USE="symlink-usr"