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 | |
Allen Webb | d21126e | 2021-03-04 11:08:53 -0600 | [diff] [blame^] | 4 | EAPI="7" |
Jacob Lin | bdfe765 | 2019-06-20 14:50:24 -0700 | [diff] [blame] | 5 | |
| 6 | CROS_RUST_EMPTY_CRATE=1 |
| 7 | |
| 8 | inherit cros-rust |
| 9 | |
Allen Webb | d21126e | 2021-03-04 11:08:53 -0600 | [diff] [blame^] | 10 | DESCRIPTION="Empty ${PN} crate that pulls in the openssl headers." |
Jacob Lin | bdfe765 | 2019-06-20 14:50:24 -0700 | [diff] [blame] | 11 | HOMEPAGE="" |
| 12 | |
| 13 | LICENSE="BSD-Google" |
| 14 | SLOT="${PV}/${PR}" |
| 15 | KEYWORDS="*" |
Allen Webb | d21126e | 2021-03-04 11:08:53 -0600 | [diff] [blame^] | 16 | |
| 17 | DEPEND="dev-libs/openssl:0=" |