blob: ccc1b2784765e4eeefa5997e9b23666c2c3ced9d [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_PROJECT="chromiumos/third_party/kernel"
CROS_WORKON_LOCALNAME="kernel/v3.10"
CROS_WORKON_BLACKLIST="1"
inherit cros-workon cros-kernel2 eutils
DESCRIPTION="Chrome OS Kernel-nyan_freon"
KEYWORDS="~*"
DEPEND="!sys-kernel/chromeos-kernel-next
!sys-kernel/chromeos-kernel
"
RDEPEND="${DEPEND}"
src_prepare() {
cros-workon_src_prepare
}
src_configure() {
cros-kernel2_src_configure
}