blob: b8ec1f0b76459d3dc7caa2096c3a6c4300eaa503 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
CROS_WORKON_COMMIT="19193561e2eacde9fb4424d074960d7d6984efd2"
CROS_WORKON_TREE="e11582e0df09db7437c9616a9fd2b9f140740e83"
CROS_WORKON_PROJECT="chromiumos/platform/workarounds"
inherit cros-workon
DESCRIPTION="Chrome OS workarounds utilities."
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
KEYWORDS="*"
SLOT="0"
IUSE=""
RDEPEND=""
src_install() {
dobin crosh-workarounds
dobin generate_logs
}