diff options
author | William Hubbs <williamh@gentoo.org> | 2013-08-06 00:22:42 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-08-06 00:22:42 +0000 |
commit | 2fae48e430d361e702fe211ca53d249d51f5f642 (patch) | |
tree | 09ed4cbb3d8e9220c19eec0bbc0e174a5d137323 /dev-lang/go | |
parent | Cleanup (diff) | |
download | gentoo-2-2fae48e430d361e702fe211ca53d249d51f5f642.tar.gz gentoo-2-2fae48e430d361e702fe211ca53d249d51f5f642.tar.bz2 gentoo-2-2fae48e430d361e702fe211ca53d249d51f5f642.zip |
Stable for x86 wrt #476564
(Portage version: 2.2.0_alpha194/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
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 2c01d63c80e8..0bcd93466032 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.17 2013/07/14 17:36:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.18 2013/08/06 00:22:42 williamh Exp $ + + 06 Aug 2013; William Hubbs <williamh@gentoo.org> go-1.1.1.ebuild: + Stable for x86 wrt #476564 14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild: Stable for arm, wrt bug #476564 diff --git a/dev-lang/go/go-1.1.1.ebuild b/dev-lang/go/go-1.1.1.ebuild index 98f333c5f4cd..60da94d4966c 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.3 2013/07/14 17:36:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.4 2013/08/06 00:22:42 williamh 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" |