blob: 0aab2415d71e4c99d7b6ea1e5a27dd8fbca08194 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit appid
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm64 arm"
IUSE=""
S="${WORKDIR}"
RDEPEND="
chromeos-base/chromeos-bsp-baseboard-trogdor
"
DEPEND="${RDEPEND}"
src_install() {
doappid "{9023C063-08D6-4A4F-908C-BCF97DE8BA69}" "REFERENCE"
}