summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2014-08-15 00:33:15 +0000
committerWilliam Hubbs <williamh@gentoo.org>2014-08-15 00:33:15 +0000
commitabb1c9e481c9a2daad6a9ad3e3ce74078d7873aa (patch)
tree0ceef5c24074108b154be2093f65c711503399a0 /dev-lang
parentversion bump for #519892. (diff)
downloadgentoo-2-abb1c9e481c9a2daad6a9ad3e3ce74078d7873aa.tar.gz
gentoo-2-abb1c9e481c9a2daad6a9ad3e3ce74078d7873aa.tar.bz2
gentoo-2-abb1c9e481c9a2daad6a9ad3e3ce74078d7873aa.zip
sync live ebuild
(Portage version: 2.2.12/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-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index 641d3f1d3e27..0231ca1b88ca 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.44 2014/08/15 00:26:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.45 2014/08/15 00:33:15 williamh Exp $
+
+ 15 Aug 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+ sync live ebuild
*go-1.3.1 (15 Aug 2014)
diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
index 43aa1ffb50d6..5ab72ad844dd 100644
--- a/dev-lang/go/go-9999.ebuild
+++ b/dev-lang/go/go-9999.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-9999.ebuild,v 1.18 2014/07/18 16:18:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.19 2014/08/15 00:33:15 williamh Exp $
EAPI=5
@@ -12,9 +12,9 @@ if [[ ${PV} = 9999 ]]; then
EHG_REPO_URI="https://go.googlecode.com/hg"
inherit mercurial
else
- SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
+ 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"
+ KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"
fi
DESCRIPTION="A concurrent garbage collected and typesafe programming language"