summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2014-01-25 22:13:33 +0000
committerWilliam Hubbs <williamh@gentoo.org>2014-01-25 22:13:33 +0000
commita8484351b0f83e819600182f3dcf2755f7cd44ec (patch)
tree473d57798d5fdc35274be4ae3369d5f0e2159642 /dev-lang/go
parentAdd fix for armv4 (non thumb) and for alpha/tls code from upstream. (diff)
downloadgentoo-2-a8484351b0f83e819600182f3dcf2755f7cd44ec.tar.gz
gentoo-2-a8484351b0f83e819600182f3dcf2755f7cd44ec.tar.bz2
gentoo-2-a8484351b0f83e819600182f3dcf2755f7cd44ec.zip
amd64 and x86 stable wrt #499278
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/ChangeLog7
-rw-r--r--dev-lang/go/go-1.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index dac655607a54..4c8fe4aa2800 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.27 2013/12/17 18:39:32 williamh Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.28 2014/01/25 22:13:33 williamh Exp $
+
+ 25 Jan 2014; William Hubbs <williamh@gentoo.org> go-1.2.ebuild:
+ amd64 and x86 stable wrt #499278
17 Dec 2013; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
sync live ebuild
diff --git a/dev-lang/go/go-1.2.ebuild b/dev-lang/go/go-1.2.ebuild
index fa5790bfdf80..e7f2f6f04776 100644
--- a/dev-lang/go/go-1.2.ebuild
+++ b/dev-lang/go/go-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.2 2013/12/16 12:12:11 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.3 2014/01/25 22:13:33 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 ~x86-fbsd"
+ KEYWORDS="-* amd64 ~arm x86 ~x86-fbsd"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"