summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-10-17 18:02:04 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-10-17 18:02:04 +0000
commit49e7e480e5f363cd050ffcffdf54af4ee8c1a2b4 (patch)
treef21d6f1576c1e6092af9bcb5bbe8ef29fefd906b /dev-lang/go
parentDrop $GCC_SPECS support in older versions. (diff)
downloadgentoo-2-49e7e480e5f363cd050ffcffdf54af4ee8c1a2b4.tar.gz
gentoo-2-49e7e480e5f363cd050ffcffdf54af4ee8c1a2b4.tar.bz2
gentoo-2-49e7e480e5f363cd050ffcffdf54af4ee8c1a2b4.zip
arm stable wrt bug #523848
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-1.3.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index b92f473308fb..a9da89580edb 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.49 2014/10/12 19:53:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.50 2014/10/17 18:02:04 zlogene Exp $
+
+ 17 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> go-1.3.3.ebuild:
+ arm stable wrt bug #523848
12 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> go-1.3.3.ebuild:
x86 stable wrt bug #523848
diff --git a/dev-lang/go/go-1.3.3.ebuild b/dev-lang/go/go-1.3.3.ebuild
index 9c74e7f55b4a..f253b4450e0a 100644
--- a/dev-lang/go/go-1.3.3.ebuild
+++ b/dev-lang/go/go-1.3.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.3.ebuild,v 1.3 2014/10/12 19:53:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.4 2014/10/17 18:02:04 zlogene 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"