summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index fdbbe9089bed..8cd6ff3a116b 100644
--- a/dev-lang/go/ChangeLog
+++ b/dev-lang/go/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.29 2014/01/28 17:38:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.30 2014/01/31 16:23:52 maekke Exp $
+
+ 31 Jan 2014; Markus Meier <maekke@gentoo.org> go-1.2.ebuild:
+ arm stable, bug #499278
28 Jan 2014; William Hubbs <williamh@gentoo.org> go-1.2.ebuild,
go-9999.ebuild:
diff --git a/dev-lang/go/go-1.2.ebuild b/dev-lang/go/go-1.2.ebuild
index 99a32b9ac3ba..b204b5bc60b6 100644
--- a/dev-lang/go/go-1.2.ebuild
+++ b/dev-lang/go/go-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.4 2014/01/28 17:38:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.5 2014/01/31 16:23:52 maekke Exp $
EAPI=5
@@ -14,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then
else
SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
# Upstream only supports go on amd64, arm and x86 architectures.
- KEYWORDS="-* amd64 ~arm x86 ~x86-fbsd"
+ KEYWORDS="-* amd64 arm x86 ~x86-fbsd"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"