| # Copyright 2020 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI=7 |
| |
| CROS_WORKON_COMMIT="5106cfd0d4eeae62b70cad2fe296f27f7e172e72" |
| CROS_WORKON_TREE=("69153bf42ab015ded5aec94e0ee62cdfd57bc52d" "bbcb9d3c399693aac6cde20e091eb62ee734e22b") |
| CROS_RUST_SUBDIR="sirenia/manatee-client" |
| |
| CROS_WORKON_LOCALNAME="../platform2" |
| CROS_WORKON_PROJECT="chromiumos/platform2" |
| CROS_WORKON_SUBTREE="${CROS_RUST_SUBDIR} sirenia/dbus_bindings" |
| |
| inherit cros-workon cros-rust |
| |
| DESCRIPTION="Rust D-Bus bindings for ManaTEE." |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/sirenia/manatee-client" |
| |
| LICENSE="BSD-Google" |
| SLOT="0/${PVR}" |
| KEYWORDS="*" |
| |
| RDEPEND="" |
| |
| DEPEND="${RDEPEND} |
| >chromeos-base/chromeos-dbus-bindings-rust-0.24.52-r16:= |
| =dev-rust/dbus-0.8*:= |
| " |