diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.30.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.30.1 index b58ec362eb..82c1b78959 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.30.1 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.30.1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Rust language compiler EAPI=7 -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 RDEPEND=|| ( =dev-lang/rust-1.30.1* =dev-lang/rust-bin-1.30.1* ) SLOT=0 -_md5_=3c415d7d9908f5c90d29d966a1bf039b +_md5_=c2c3e280932fdb5ce5cad68cd60f00d6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.31.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.31.0 deleted file mode 100644 index 09940ce7a8..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.31.0 +++ /dev/null @@ -1,7 +0,0 @@ -DEFINED_PHASES=- -DESCRIPTION=Virtual for Rust language compiler -EAPI=7 -KEYWORDS=~amd64 ~arm64 ~x86 -RDEPEND=|| ( =dev-lang/rust-1.31.0* =dev-lang/rust-bin-1.31.0* ) -SLOT=0 -_md5_=3c415d7d9908f5c90d29d966a1bf039b diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.31.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.31.1 new file mode 100644 index 0000000000..34b0f1506e --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.31.1 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Rust language compiler +EAPI=7 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.31.1* =dev-lang/rust-bin-1.31.1* ) +SLOT=0 +_md5_=c2c3e280932fdb5ce5cad68cd60f00d6 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.32.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.32.0 new file mode 100644 index 0000000000..1988420aa1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/rust-1.32.0 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual for Rust language compiler +EAPI=7 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +RDEPEND=|| ( =dev-lang/rust-1.32.0* =dev-lang/rust-bin-1.32.0* ) +SLOT=0 +_md5_=318f6d0fe9e046185f85cbec4c8c6dd5 diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.30.1.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.30.1.ebuild index f0642556ce..8b9a42f1d5 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.30.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.30.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.31.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.31.1.ebuild similarity index 88% rename from sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.31.0.ebuild rename to sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.31.1.ebuild index f0642556ce..8b9a42f1d5 100644 --- a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.31.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.31.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.32.0.ebuild b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.32.0.ebuild new file mode 100644 index 0000000000..75f8223994 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/virtual/rust/rust-1.32.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for Rust language compiler" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +BDEPEND="" +RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"