dev-lang/go: update to 1.5.1 on amd64

This commit is contained in:
Michael Marineau 2015-09-21 12:16:29 -07:00
parent f41d453fd7
commit 387a136939

View File

@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]]; then
else else
SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz" SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz"
# arm64 only works when cross-compiling in the SDK # 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 fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language" DESCRIPTION="A concurrent garbage collected and typesafe programming language"