| # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. | |
| # Distributed under the terms of the GNU General Public License v2 | |
| EAPI=7 | |
| CROS_WORKON_PROJECT="chromiumos/platform/inputcontrol" | |
| CROS_WORKON_LOCALNAME="platform/inputcontrol" | |
| inherit cros-workon | |
| DESCRIPTION="A collection of utilities for configuring input devices" | |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/inputcontrol/" | |
| LICENSE="BSD-Google" | |
| KEYWORDS="~*" | |
| IUSE="" | |
| RDEPEND="app-arch/gzip" | |
| DEPEND="" |