From a0ff1d9102fcaf89630e3fefdf2413a070bb81ae Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 11 Sep 2017 11:19:08 -0700 Subject: [PATCH] profiles: Accept unstable rust and cargo ebuilds There currently are no stable versions, so just use the latest. --- .../profiles/coreos/targets/sdk/package.accept_keywords | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords index 701c9625da..48186d813c 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.accept_keywords @@ -2,3 +2,7 @@ dev-python/awscli ~amd64 dev-python/s3transfer ~amd64 dev-python/botocore ~amd64 + +# Accept unstable host Rust compilers +dev-lang/rust ~amd64 +dev-util/cargo ~amd64