blob: 7d3fa51e2bf13cea271faf8a0f20dc5e8138cc3a [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DESCRIPTION="List of packages that are needed inside the Chromium OS factory
image."
HOMEPAGE="http://dev.chromium.org/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="*"
IUSE="no_factory_flow"
DEPEND="!chromeos-base/chromeos-factory"
RDEPEND="
!no_factory_flow? (
chromeos-base/factory
${DEPEND}
)
"