blob: 32be9e36d1a74bb71fec10f699bb47ce62751094 [file] [log] [blame]
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# This ebuild only cares about its own FILESDIR and ebuild file, so it tracks
# the canonical empty project.
CROS_WORKON_PROJECT="chromiumos/infra/build/empty-project"
CROS_WORKON_LOCALNAME="empty-project"
inherit appid cros-unibuild cros-workon
DESCRIPTION="Deltaur board-specific ebuild that pulls in necessary ebuilds as
dependencies or portage actions."
LICENSE="BSD-Google"
KEYWORDS="~* ~amd64 ~x86"
# Add dependencies on other ebuilds from within this board overlay
RDEPEND=""
DEPEND="
${RDEPEND}
chromeos-base/chromeos-config:=
"
src_install() {
doappid "{36512AF3-449E-48B8-B86E-055B35BF36D5}" "CHROMEBOOK"
}