summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2013-10-20 20:51:08 +0000
committerMarkus Meier <maekke@gentoo.org>2013-10-20 20:51:08 +0000
commit18bc34fc14643b5232401aba299550b4b7d9e57c (patch)
tree30ece781b0e646a725e0a904c70be5904ff63fac /dev-lang/go
parentVersion bump (diff)
downloadgentoo-2-18bc34fc14643b5232401aba299550b4b7d9e57c.tar.gz
gentoo-2-18bc34fc14643b5232401aba299550b4b7d9e57c.tar.bz2
gentoo-2-18bc34fc14643b5232401aba299550b4b7d9e57c.zip
arm stable, bug #487112
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lang/go')
-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 f05eec7af1fe..3b1f8e468fd4 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.20 2013/08/15 22:24:10 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.21 2013/10/20 20:51:08 maekke Exp $
+
+ 20 Oct 2013; Markus Meier <maekke@gentoo.org> go-1.1.2.ebuild:
+ arm stable, bug #487112
15 Aug 2013; William Hubbs <williamh@gentoo.org>
-files/go-1.1-no-Werror.patch, -go-1.1.ebuild:
diff --git a/dev-lang/go/go-1.1.2.ebuild b/dev-lang/go/go-1.1.2.ebuild
index bb7ec1f53bfe..e5dd234e4f3c 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.1 2013/08/15 22:21:58 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.2.ebuild,v 1.2 2013/10/20 20:51:08 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"
+ KEYWORDS="-* ~amd64 arm ~x86"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"