dev-lang/go: add 1.5 release and arm64 kewword

For now 1.5 is only stable on arm64, needs testing before we upgrade.
This commit is contained in:
Michael Marineau 2015-08-19 17:58:45 -07:00
parent ccc2baf889
commit c6abd3396e
3 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
DIST go1.5.src.tar.gz 12045689 SHA256 be81abec996d5126c05f2d36facc8e58a94d9183a56f026fc9441401d80062db SHA512 dac657d3ce8226e247449ce8b0bf34bcacd2479764e29f04562bd07af0bd054a4b3b8d309898dc0775450005c9d077fd4cebb3d1831c9a09d3f093579e32d54f WHIRLPOOL 4cc1ea76c18255f15fd03943a92a29e2496b1d1a77b9dd105442f9c6f4c285f621dbbaa051f120c50679f9d8b03ffe49aa94b96cbdf8df84509fd6754e3f9690

View File

@ -0,0 +1 @@
go-9999.ebuild

View File

@ -14,9 +14,8 @@ if [[ ${PV} = 9999 ]]; then
inherit git-r3
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"
# arm64 only works when cross-compiling in the SDK
KEYWORDS="-* ~amd64 ~arm arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"