From a836107670deb4343bdcfbd168c822ff9a7327c8 Mon Sep 17 00:00:00 2001 From: David Michael Date: Tue, 17 Apr 2018 10:50:15 -0400 Subject: [PATCH] bump(virtual/rust): sync with upstream --- .../metadata/md5-cache/virtual/rust-1.23.0 | 4 ++-- .../metadata/md5-cache/virtual/rust-1.25.0 | 7 +++++++ .../virtual/rust/rust-1.23.0.ebuild | 2 +- .../virtual/rust/rust-1.25.0.ebuild | 15 +++++++++++++++ 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.25.0 create mode 100644 sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.25.0.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 index 86af7d159e..0eb3bdd505 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.23.0 @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.25.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.25.0 new file mode 100644 index 0000000000..baef09a33c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.25.0 @@ -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 diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild index 92f092c7e3..26f2a40c59 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.23.0.ebuild @@ -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}* )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.25.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.25.0.ebuild new file mode 100644 index 0000000000..26f2a40c59 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.25.0.ebuild @@ -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}* )"