blob: aa295b93e5a0738313a01c1bc37a2059355573c6 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION='C/FFI Bindings for the Scudo Hardened Allocator'
HOMEPAGE='https://llvm.org/docs/ScudoHardenedAllocator.html'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="Apache-2.0"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
>=dev-rust/libc-0.2.104 <dev-rust/libc-0.3.0_alpha:=
>=dev-rust/cc-1.0.71 <dev-rust/cc-2.0.0_alpha:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py