blob: c533f8bf2e413815375b9bf05299178cd9de2956 [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="82b0ff22e7e036afbb0967b95a7df0b2072e52bc"
CROS_WORKON_TREE="17a5d225eec4b1ed73c3ec97e9a22aa90f7316b6"
CROS_WORKON_PROJECT="chromiumos/platform/workarounds"
inherit cros-workon
DESCRIPTION="Chrome OS workarounds utilities."
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
SLOT="0"
IUSE=""
RDEPEND=""
src_install() {
dobin crosh-workarounds
dobin generate_logs
}