summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-1.1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index 3b1f8e468fd4..3721d4503304 100644
--- a/dev-lang/go/ChangeLog
+++ b/dev-lang/go/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.21 2013/10/20 20:51:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.22 2013/10/23 15:40:51 williamh Exp $
+
+ 23 Oct 2013; William Hubbs <williamh@gentoo.org> go-1.1.2.ebuild:
+ amd64 and x86 stable for #487112, approved by ago.
20 Oct 2013; Markus Meier <maekke@gentoo.org> go-1.1.2.ebuild:
arm stable, bug #487112
diff --git a/dev-lang/go/go-1.1.2.ebuild b/dev-lang/go/go-1.1.2.ebuild
index e5dd234e4f3c..398d3793264c 100644
--- a/dev-lang/go/go-1.1.2.ebuild
+++ b/dev-lang/go/go-1.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.2.ebuild,v 1.2 2013/10/20 20:51:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.2.ebuild,v 1.3 2013/10/23 15:40:51 williamh 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"
+ KEYWORDS="-* amd64 arm x86"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"