From ffdd2522cea93a2fae28b56c31c9e23d09c6bcbc Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Wed, 2 Mar 2016 16:35:49 -0800 Subject: [PATCH] dev-lang/go: mark amd64 stable --- .../src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild | 2 +- .../profiles/coreos/base/package.accept_keywords | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild index 1b7a74f6a0..52c94ef50d 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/go/go-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]]; then else SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz" # arm64 only works when cross-compiling in the SDK - KEYWORDS="-* ~amd64 ~arm arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" + KEYWORDS="-* amd64 ~arm arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index e746a96c63..27bdde9c26 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -76,10 +76,6 @@ dev-util/checkbashisms =cross-aarch64-cros-linux-gnu/gcc-4.9.3 ~arm64 =cross-x86_64-cros-linux-gnu/gcc-4.9.3 ~amd64 -# go 1.4.3 includes a number of security fixes. -# https://github.com/golang/go/issues?q=milestone%3AGo1.4.3 -=dev-lang/go-1.4.3 ~amd64 - # newer btrfs-progs improve things like preserving capabilities in send/receive # https://github.com/coreos/bugs/issues/923 =sys-fs/btrfs-progs-4.2.2 ~amd64 ~arm64