fix(cros-kernel2.eclass): Move build deps from ebuilds to eclass.

This commit is contained in:
Michael Marineau 2013-11-18 00:35:29 -08:00
parent 22190a7bfc
commit f9a0b52c92
3 changed files with 2 additions and 10 deletions

View File

@ -10,6 +10,8 @@ LICENSE="GPL-2"
SLOT="0"
DEPEND="sys-apps/debianutils
sys-devel/bc
sys-kernel/bootengine
"
IUSE="-source"

View File

@ -9,11 +9,6 @@ CROS_WORKON_PROJECT="coreos/linux"
CROS_WORKON_LOCALNAME="linux"
inherit cros-workon cros-kernel2
DEPEND="
sys-devel/bc
sys-kernel/bootengine
"
DESCRIPTION="CoreOS kernel"
HOMEPAGE="http://www.kernel.org"
SRC_URI=""

View File

@ -10,11 +10,6 @@ CROS_WORKON_LOCALNAME="linux"
CROS_WORKON_OUTOFTREE_BUILD=0
inherit cros-workon cros-kernel2
DEPEND="
sys-devel/bc
sys-kernel/bootengine
"
DESCRIPTION="CoreOS kernel"
HOMEPAGE="http://www.kernel.org"
SRC_URI="${KERNEL_URI}"