bump(virtual/cargo): sync with upstream

This commit is contained in:
David Michael 2019-04-26 13:53:29 +00:00
parent 28c54a1e81
commit afdfc61011
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 ~ppc64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.34.1* =dev-lang/rust-bin-1.34.1* )
SLOT=0
_md5_=7d8f8fecda5039fddd85ab8a755d765b

View File

@ -0,0 +1,17 @@
# Copyright 1999-2019 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 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
=dev-lang/rust-bin-${PV}*
)"