From eb509165680ccfd7ad6c9962b35283336409cbba Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 4 Jan 2015 16:03:53 +0000 Subject: amd64 stable wrt #534656 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538) --- dev-lang/go/ChangeLog | 7 +++++-- dev-lang/go/go-1.4.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-lang/go') diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index d1d792ba4ac2..0de228f5f310 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.60 2014/12/31 01:00:46 williamh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.61 2015/01/04 16:03:53 williamh Exp $ + + 04 Jan 2015; William Hubbs go-1.4.ebuild: + amd64 stable wrt #534656 31 Dec 2014; William Hubbs go-9999.ebuild: Install README.md instead of README for bug #533994 diff --git a/dev-lang/go/go-1.4.ebuild b/dev-lang/go/go-1.4.ebuild index 0a0686d42e1d..db25a6afab4c 100644 --- a/dev-lang/go/go-1.4.ebuild +++ b/dev-lang/go/go-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.3 2014/12/12 18:23:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.4 2015/01/04 16:03:53 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 ~x86-macos" + KEYWORDS="-* amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" -- cgit v1.2.3-65-gdbad