diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-08 20:49:58 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-08 20:49:58 +0000 |
commit | 4d264a0f37ec87c3118ab6d1ab8576303a85bb86 (patch) | |
tree | 744dc887842f64d66bd615b284e5ff5860c23eed /dev-lang/go | |
parent | arm stable, bug #534568 (diff) | |
download | gentoo-2-4d264a0f37ec87c3118ab6d1ab8576303a85bb86.tar.gz gentoo-2-4d264a0f37ec87c3118ab6d1ab8576303a85bb86.tar.bz2 gentoo-2-4d264a0f37ec87c3118ab6d1ab8576303a85bb86.zip |
arm stable, bug #534656
(Portage version: 2.2.15/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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 0de228f5f310..1f0d52505580 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.61 2015/01/04 16:03:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.62 2015/01/08 20:49:58 maekke Exp $ + + 08 Jan 2015; Markus Meier <maekke@gentoo.org> go-1.4.ebuild: + arm stable, bug #534656 04 Jan 2015; William Hubbs <williamh@gentoo.org> go-1.4.ebuild: amd64 stable wrt #534656 diff --git a/dev-lang/go/go-1.4.ebuild b/dev-lang/go/go-1.4.ebuild index db25a6afab4c..7209d14af984 100644 --- a/dev-lang/go/go-1.4.ebuild +++ b/dev-lang/go/go-1.4.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.ebuild,v 1.4 2015/01/04 16:03:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.5 2015/01/08 20:49:58 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" |