From 4d264a0f37ec87c3118ab6d1ab8576303a85bb86 Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Thu, 8 Jan 2015 20:49:58 +0000 Subject: arm stable, bug #534656 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) --- dev-lang/go/ChangeLog | 5 ++++- dev-lang/go/go-1.4.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-lang/go') diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 0de228f5f310..1f0d52505580 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.61 2015/01/04 16:03:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.62 2015/01/08 20:49:58 maekke Exp $ + + 08 Jan 2015; Markus Meier go-1.4.ebuild: + arm stable, bug #534656 04 Jan 2015; William Hubbs go-1.4.ebuild: amd64 stable wrt #534656 diff --git a/dev-lang/go/go-1.4.ebuild b/dev-lang/go/go-1.4.ebuild index db25a6afab4c..7209d14af984 100644 --- a/dev-lang/go/go-1.4.ebuild +++ b/dev-lang/go/go-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.4 2015/01/04 16:03:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.5 2015/01/08 20:49:58 maekke Exp $ EAPI=5 @@ -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" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" -- cgit v1.2.3-65-gdbad