summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-07-29 19:26:39 +0000
committerMarkus Meier <maekke@gentoo.org>2014-07-29 19:26:39 +0000
commitbcc4cca4d321420c9f338dd21740a619ea85c179 (patch)
tree449f4f92df3c332583dbb1e919b23c4f132a3702 /dev-lang
parentarm stable, bug #517382 (diff)
downloadgentoo-2-bcc4cca4d321420c9f338dd21740a619ea85c179.tar.gz
gentoo-2-bcc4cca4d321420c9f338dd21740a619ea85c179.tar.bz2
gentoo-2-bcc4cca4d321420c9f338dd21740a619ea85c179.zip
arm stable, bug #517432
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index 21b9def7449d..e8d08b85bd65 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.39 2014/07/18 17:04:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.40 2014/07/29 19:26:39 maekke Exp $
+
+ 29 Jul 2014; Markus Meier <maekke@gentoo.org> go-1.3.ebuild:
+ arm stable, bug #517432
18 Jul 2014; William Hubbs <williamh@gentoo.org> go-1.3.ebuild:
stable on amd64 for bug #517432
diff --git a/dev-lang/go/go-1.3.ebuild b/dev-lang/go/go-1.3.ebuild
index 55714b392a4d..c3cc219b84e3 100644
--- a/dev-lang/go/go-1.3.ebuild
+++ b/dev-lang/go/go-1.3.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.3.ebuild,v 1.2 2014/07/18 17:04:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.3 2014/07/29 19:26:39 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"
+ KEYWORDS="-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"