summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2012-09-14 18:29:06 +0000
committerMarkus Meier <maekke@gentoo.org>2012-09-14 18:29:06 +0000
commita72bc57be522aafeabcb33cd87cac7672948c6ed (patch)
tree33ff1b283f4150e471b3b0e8c3bc7a5ade1494cb /dev-lang
parentarm stable, bug #432946 (diff)
downloadgentoo-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')
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-1.0.2.ebuild4
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"