summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2015-02-17 21:03:49 +0000
committerMarkus Meier <maekke@gentoo.org>2015-02-17 21:03:49 +0000
commit859c3d55d980348608d4b215142852e99c1d9fd2 (patch)
tree63e134095cb5b62ba154ef4032186fd2dd0b8ae5 /dev-lang/go
parentarm stable, bug #538696 (diff)
downloadgentoo-2-859c3d55d980348608d4b215142852e99c1d9fd2.tar.gz
gentoo-2-859c3d55d980348608d4b215142852e99c1d9fd2.tar.bz2
gentoo-2-859c3d55d980348608d4b215142852e99c1d9fd2.zip
arm stable, bug #539280
(Portage version: 2.2.17/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.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index fc5fd6131419..043a5b199137 100644
--- a/dev-lang/go/ChangeLog
+++ b/dev-lang/go/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.66 2015/02/10 10:12:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.67 2015/02/17 21:03:49 maekke Exp $
+
+ 17 Feb 2015; Markus Meier <maekke@gentoo.org> go-1.4.1.ebuild:
+ arm stable, bug #539280
10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> go-1.4.1.ebuild:
Stable for x86, wrt bug #539280
diff --git a/dev-lang/go/go-1.4.1.ebuild b/dev-lang/go/go-1.4.1.ebuild
index 5d83f62f1a8f..5c51626bf60d 100644
--- a/dev-lang/go/go-1.4.1.ebuild
+++ b/dev-lang/go/go-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.1.ebuild,v 1.3 2015/02/10 10:12:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.1.ebuild,v 1.4 2015/02/17 21:03:49 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 ~x86-macos"
+ KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"