diff options
author | Markus Meier <maekke@gentoo.org> | 2013-10-20 20:51:08 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-10-20 20:51:08 +0000 |
commit | cbe19ab07e542ee50532f20297d934138bd90308 (patch) | |
tree | a08956c562293a25f302ac02c7de02c282f22568 /dev-lang | |
parent | Version bump (diff) | |
download | historical-cbe19ab07e542ee50532f20297d934138bd90308.tar.gz historical-cbe19ab07e542ee50532f20297d934138bd90308.tar.bz2 historical-cbe19ab07e542ee50532f20297d934138bd90308.zip |
arm stable, bug #487112
Package-Manager: portage-2.2.7/cvs/Linux x86_64
RepoMan-Options: --include-arches="arm"
Manifest-Sign-Key: 0x072AD062
Diffstat (limited to 'dev-lang')
-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 f05eec7af1fe..3b1f8e468fd4 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.20 2013/08/15 22:24:10 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.21 2013/10/20 20:51:08 maekke Exp $ + + 20 Oct 2013; Markus Meier <maekke@gentoo.org> go-1.1.2.ebuild: + arm stable, bug #487112 15 Aug 2013; William Hubbs <williamh@gentoo.org> -files/go-1.1-no-Werror.patch, -go-1.1.ebuild: diff --git a/dev-lang/go/go-1.1.2.ebuild b/dev-lang/go/go-1.1.2.ebuild index bb7ec1f53bfe..e5dd234e4f3c 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.1 2013/08/15 22:21:58 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.2.ebuild,v 1.2 2013/10/20 20:51:08 maekke 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" |