blob: 23360efd2d92adb2e7774d8216a64bf41fcf9ccd [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="76475bb60c7fa2c2522c27e2c63c9dbbe5de73d7"
CROS_WORKON_TREE="23bd5ddcad574881c87b24e6defc2daa8f2895ce"
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
}