blob: 9ac546dcacaa9e2b1a3b30037fd7c6b93c70c241 [file] [log] [blame]
# Copyright 2018 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
DESCRIPTION="Virtual for the Rust language compiler"
HOMEPAGE=""
LICENSE="metapackage"
SLOT="0/${PV}"
KEYWORDS="*"
IUSE="cros_host"
BDEPEND="
~dev-lang/rust-host-${PV}:=
!cros_host? ( ~dev-lang/rust-${PV}:= )
"
RDEPEND="cros_host? ( ~dev-lang/rust-host-${PV}:= )"