diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-01-19 11:35:32 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-01-19 11:36:42 +0100 |
commit | cc79154f779220feeac7b501f300efcd6754c74c (patch) | |
tree | af7a273d605d22270b169df80fb78ef479ce4cec /dev-lang | |
parent | net-misc/sipsak: GCC 5 compatibility patch by Thomas "whissi" D. in bug #568588. (diff) | |
download | gentoo-cc79154f779220feeac7b501f300efcd6754c74c.tar.gz gentoo-cc79154f779220feeac7b501f300efcd6754c74c.tar.bz2 gentoo-cc79154f779220feeac7b501f300efcd6754c74c.zip |
dev-lang/go: marked ~x64-solaris
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'dev-lang')
-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 de05f52c6173..87cd6cecf3f0 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" + KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" |