diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-14 17:36:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-14 17:36:55 +0000 |
commit | 0d6d9d4ae07551853c8a11bd722d7d4860e0203e (patch) | |
tree | f189983fdad8f705ea999387d9588c21aee75ee0 /dev-lang/go | |
parent | Stable for arm, wrt bug #476562 (diff) | |
download | gentoo-2-0d6d9d4ae07551853c8a11bd722d7d4860e0203e.tar.gz gentoo-2-0d6d9d4ae07551853c8a11bd722d7d4860e0203e.tar.bz2 gentoo-2-0d6d9d4ae07551853c8a11bd722d7d4860e0203e.zip |
Stable for arm, wrt bug #476564
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 4156a1e54f73..2c01d63c80e8 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.16 2013/07/13 05:46:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.17 2013/07/14 17:36:55 ago Exp $ + + 14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild: + Stable for arm, wrt bug #476564 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild: Stable for amd64, wrt bug #476564 diff --git a/dev-lang/go/go-1.1.1.ebuild b/dev-lang/go/go-1.1.1.ebuild index ecd229cd78b7..98f333c5f4cd 100644 --- a/dev-lang/go/go-1.1.1.ebuild +++ b/dev-lang/go/go-1.1.1.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.1.ebuild,v 1.2 2013/07/13 05:46:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.3 2013/07/14 17:36:55 ago 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" |