diff options
author | Markus Meier <maekke@gentoo.org> | 2012-09-14 18:29:06 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-09-14 18:29:06 +0000 |
commit | a72bc57be522aafeabcb33cd87cac7672948c6ed (patch) | |
tree | 33ff1b283f4150e471b3b0e8c3bc7a5ade1494cb /dev-lang/go | |
parent | arm stable, bug #432946 (diff) | |
download | gentoo-2-a72bc57be522aafeabcb33cd87cac7672948c6ed.tar.gz gentoo-2-a72bc57be522aafeabcb33cd87cac7672948c6ed.tar.bz2 gentoo-2-a72bc57be522aafeabcb33cd87cac7672948c6ed.zip |
add ~arm, bug #416133
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 7c69249c599d..21841ea314a9 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.5 2012/09/01 17:34:11 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.6 2012/09/14 18:29:06 maekke Exp $ + + 14 Sep 2012; Markus Meier <maekke@gentoo.org> go-1.0.2.ebuild: + add ~arm, bug #416133 01 Sep 2012; William Hubbs <williamh@gentoo.org> go-1.0.2.ebuild, go-9999.ebuild: diff --git a/dev-lang/go/go-1.0.2.ebuild b/dev-lang/go/go-1.0.2.ebuild index e494fcb79388..e830e9c5f8ed 100644 --- a/dev-lang/go/go-1.0.2.ebuild +++ b/dev-lang/go/go-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.0.2.ebuild,v 1.3 2012/09/01 17:34:11 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.0.2.ebuild,v 1.4 2012/09/14 18:29:06 maekke Exp $ EAPI=4 @@ -15,7 +15,7 @@ inherit bash-completion-r1 elisp-common eutils if [[ ${PV} != 9999 ]]; then SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz" # Upstream only supports go on amd64, arm and x86 architectures. - KEYWORDS="-* ~amd64 ~x86" + KEYWORDS="-* ~amd64 ~arm ~x86" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" |