blob: 95d3d9da94eb0eaf335003b244bbb8d1b2c8c3e6 [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="8d523e34fb2569d566a67ddaa9553d2ca697cc6e"
CROS_WORKON_TREE="88a40472a338a01b1fc6708054f24d4a34c21dbc"
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
}