diff options
author | 2013-10-23 15:40:51 +0000 | |
---|---|---|
committer | 2013-10-23 15:40:51 +0000 | |
commit | 237d64afea880a777882818b1dfc92cb01f44626 (patch) | |
tree | f17743e7cba6024ff41439a0bd66ed8e44e71368 /dev-lang/go | |
parent | Add systemd unit - 482714 - thanks to Stefan G. Weichinger for testing/etc. (diff) | |
download | gentoo-2-237d64afea880a777882818b1dfc92cb01f44626.tar.gz gentoo-2-237d64afea880a777882818b1dfc92cb01f44626.tar.bz2 gentoo-2-237d64afea880a777882818b1dfc92cb01f44626.zip |
amd64 and x86 stable for #487112, approved by ago.
(Portage version: 2.2.1/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.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 3b1f8e468fd4..3721d4503304 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.21 2013/10/20 20:51:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.22 2013/10/23 15:40:51 williamh Exp $ + + 23 Oct 2013; William Hubbs <williamh@gentoo.org> go-1.1.2.ebuild: + amd64 and x86 stable for #487112, approved by ago. 20 Oct 2013; Markus Meier <maekke@gentoo.org> go-1.1.2.ebuild: arm stable, bug #487112 diff --git a/dev-lang/go/go-1.1.2.ebuild b/dev-lang/go/go-1.1.2.ebuild index e5dd234e4f3c..398d3793264c 100644 --- a/dev-lang/go/go-1.1.2.ebuild +++ b/dev-lang/go/go-1.1.2.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.2.ebuild,v 1.2 2013/10/20 20:51:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.2.ebuild,v 1.3 2013/10/23 15:40:51 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" |