blob: d32ea3cbc7d3bb3a16f7575507bfc538716abdc7 [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"
inherit cros-rust
DESCRIPTION="A Rust library providing the old standard library's scoped_thread_local! macro as a library implementation on crates.io."
HOMEPAGE="https://github.com/alexcrichton/scoped-tls"
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
"