blob: b6eb3c6203bbefa88eb5e77bf444159b0b0bfd80 [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="30cab56de921f5be2d24c2e83bcd4ad5631b2d9b"
CROS_WORKON_TREE="416c139f572cca8118fc92424af9220d7fd361ee"
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
}