blob: cd35ea7094c52afc0a20c9a2e6265e4b0b59c232 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Virtual package installing the update engine's policy manager
configuration. Boards can override it to install their own configuration."
HOMEPAGE="http://src.chromium.org"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="cros_embedded"
RDEPEND="
|| (
!cros_embedded? ( chromeos-base/update-policy-chromeos )
chromeos-base/update-policy-embedded
)
"
DEPEND="${RDEPEND}"