blob: e3198014df25a45f0d90a8f8fad57731a65bd2e8 [file] [log] [blame]
Jacob Linbdfe7652019-06-20 14:50:24 -07001# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
Allen Webbd21126e2021-03-04 11:08:53 -06004EAPI="7"
Jacob Linbdfe7652019-06-20 14:50:24 -07005
6CROS_RUST_EMPTY_CRATE=1
7
8inherit cros-rust
9
Allen Webbd21126e2021-03-04 11:08:53 -060010DESCRIPTION="Empty ${PN} crate that pulls in the openssl headers."
Jacob Linbdfe7652019-06-20 14:50:24 -070011HOMEPAGE=""
12
13LICENSE="BSD-Google"
14SLOT="${PV}/${PR}"
15KEYWORDS="*"
Allen Webbd21126e2021-03-04 11:08:53 -060016
17DEPEND="dev-libs/openssl:0="