bump(virtual/cargo): sync with upstream

This commit is contained in:
David Michael 2018-12-10 14:38:35 +00:00
parent 49607607b6
commit 07ec850c53
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Package manager for Rust
EAPI=7
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.31.0* =dev-lang/rust-bin-1.31.0* )
SLOT=0
_md5_=b218da112ca865e0d09cd6f178b38b94

View File

@ -0,0 +1,17 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Package manager for Rust"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
=dev-lang/rust-bin-${PV}*
)"