diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-09 17:56:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-09 17:56:38 +0100 |
commit | 6dc48011f1d40fe1b03e34e42912e9263b25ad20 (patch) | |
tree | c442a73c54a53e3b466636156f48151a2eae5bc5 | |
parent | dev-lang/go-bootstrap: x86 stable wrt bug #573856 (diff) | |
download | gentoo-6dc48011f1d40fe1b03e34e42912e9263b25ad20.tar.gz gentoo-6dc48011f1d40fe1b03e34e42912e9263b25ad20.tar.bz2 gentoo-6dc48011f1d40fe1b03e34e42912e9263b25ad20.zip |
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>
-rw-r--r-- | dev-lang/go/go-1.5.3.ebuild | 2 |
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 62e4a4d92048..1c26f96eaecb 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" |