summaryrefslogtreecommitdiff
path: root/dev-lang/go
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2016-03-09 17:56:38 +0100
committerAgostino Sarubbo <ago@gentoo.org>2016-03-09 17:56:38 +0100
commit6dc48011f1d40fe1b03e34e42912e9263b25ad20 (patch)
treec442a73c54a53e3b466636156f48151a2eae5bc5 /dev-lang/go
parent3028a54e343a401dc0b055000c537a9a674dea91 (diff)
downloadgentoo-6dc48011f1d40fe1b03e34e42912e9263b25ad20.tar.gz
gentoo-6dc48011f1d40fe1b03e34e42912e9263b25ad20.tar.xz
dev-lang/go: x86 stable wrt bug #573856
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/go-1.5.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.5.3.ebuild b/dev-lang/go/go-1.5.3.ebuild
index 62e4a4d9204..1c26f96eaec 100644
--- a/dev-lang/go/go-1.5.3.ebuild
+++ b/dev-lang/go/go-1.5.3.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz"
# go-bootstrap-1.4 only supports go on amd64, arm and x86 architectures.
# Allowing other bootstrap options would enable arm64 and ppc64 builds.
- KEYWORDS="-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris"
+ KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"