bump(virtual/rust): sync with upstream

This commit is contained in:
David Michael 2018-04-17 10:50:15 -04:00
parent bcbb7479a5
commit a836107670
4 changed files with 25 additions and 3 deletions

View File

@ -1,7 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for Rust language compiler
EAPI=6
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.23.0* =dev-lang/rust-bin-1.23.0* )
SLOT=0
_md5_=e021228b7e2243030200e59e74c71d63
_md5_=c10f1e7aa361c9436f1b692dda62dca5

View File

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual for Rust language compiler
EAPI=6
KEYWORDS=~amd64 ~arm64 ~x86
RDEPEND=|| ( =dev-lang/rust-1.25.0* =dev-lang/rust-bin-1.25.0* )
SLOT=0
_md5_=c10f1e7aa361c9436f1b692dda62dca5

View File

@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND=""
RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

View File

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