Jacob Lin | bdfe765 | 2019-06-20 14:50:24 -0700 | [diff] [blame] | 1 | # Copyright 2019 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="BSD-Google" | ||||
14 | SLOT="${PV}/${PR}" | ||||
15 | KEYWORDS="*" |