blob: 2ea72cdd9811e1d68d266aac6d972c54b27b90a3 [file] [log] [blame]
# Copyright 2016 The ChromiumOS Authors
# 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}
)
"