Jacob Lin | 02d8875 | 2019-11-14 16:30:11 -0800 | [diff] [blame^] | 1 | # Copyright 2018 The Chromium OS Authors. All rights reserved. |
2 | # Distributed under the terms of the GNU General Public License v2 | ||||
3 | |||||
4 | EAPI="6" | ||||
5 | |||||
6 | CROS_RUST_EMPTY_CRATE=1 | ||||
7 | |||||
8 | inherit cros-rust | ||||
9 | |||||
10 | DESCRIPTION="Empty ${PN} crate" | ||||
11 | HOMEPAGE="" | ||||
12 | |||||
13 | LICENSE="|| ( MIT Apache-2.0 )" | ||||
14 | SLOT="${PV}/${PR}" | ||||
15 | KEYWORDS="*" |