summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2014-07-18 17:04:39 +0000
committerWilliam Hubbs <williamh@gentoo.org>2014-07-18 17:04:39 +0000
commit0b89d4b8957d6b6caeacb4957194219f4ce1740d (patch)
tree62bc1951b8cf599234c7c4359695ffed8cf87381 /dev-lang
parentStable on amd64. Bug #505920. (diff)
downloadgentoo-2-0b89d4b8957d6b6caeacb4957194219f4ce1740d.tar.gz
gentoo-2-0b89d4b8957d6b6caeacb4957194219f4ce1740d.tar.bz2
gentoo-2-0b89d4b8957d6b6caeacb4957194219f4ce1740d.zip
stable on amd64 for bug #517432
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index 31102f7cf865..21b9def7449d 100644
--- a/dev-lang/go/ChangeLog
+++ b/dev-lang/go/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.38 2014/07/18 16:18:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.39 2014/07/18 17:04:39 williamh Exp $
+
+ 18 Jul 2014; William Hubbs <williamh@gentoo.org> go-1.3.ebuild:
+ stable on amd64 for bug #517432
18 Jul 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
install editors document to point people to the go wiki page about editor and
diff --git a/dev-lang/go/go-1.3.ebuild b/dev-lang/go/go-1.3.ebuild
index 3eadc876d1ac..55714b392a4d 100644
--- a/dev-lang/go/go-1.3.ebuild
+++ b/dev-lang/go/go-1.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2014/06/19 10:18:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.2 2014/07/18 17:04:39 williamh 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"
+ KEYWORDS="-* amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"