diff options
author | Fabian Groffen <grobian@gentoo.org> | 2015-11-02 21:14:40 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2015-11-02 21:17:00 +0100 |
commit | e5946a66cb8bda48ae09b843e1b30fff0ce96f4c (patch) | |
tree | 204256120663f886df33c07a36a936a7470c6f15 /dev-lang/go | |
parent | media-libs/imlib2: drop versions older than current stable (diff) | |
download | gentoo-e5946a66cb8bda48ae09b843e1b30fff0ce96f4c.tar.gz gentoo-e5946a66cb8bda48ae09b843e1b30fff0ce96f4c.tar.bz2 gentoo-e5946a66cb8bda48ae09b843e1b30fff0ce96f4c.zip |
dev-lang/go: keyword 1.4.2 for x64-solaris, can't keyword 1.5 due to unavailable bootstrap package dependency
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/go-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/go/go-1.4.2.ebuild b/dev-lang/go/go-1.4.2.ebuild index 8384e081cd1b..ec8f8651c6a0 100644 --- a/dev-lang/go/go-1.4.2.ebuild +++ b/dev-lang/go/go-1.4.2.ebuild @@ -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" |