Skip to content

Commit

Permalink
dev-lang/go: keyword 1.4.2 for x64-solaris, can't keyword 1.5 due to …
Browse files Browse the repository at this point in the history
…unavailable bootstrap package dependency

Package-Manager: portage-2.2.20-prefix
  • Loading branch information
grobian committed Nov 2, 2015
1 parent 9eb6138 commit e5946a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/go/go-1.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then
else
SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz"
# Upstream only supports go on amd64, arm and x86 architectures.
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"
Expand Down

0 comments on commit e5946a6

Please sign in to comment.