From 859c3d55d980348608d4b215142852e99c1d9fd2 Mon Sep 17 00:00:00 2001 From: Markus Meier Date: Tue, 17 Feb 2015 21:03:49 +0000 Subject: arm stable, bug #539280 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062) --- dev-lang/go/ChangeLog | 5 ++++- dev-lang/go/go-1.4.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index fc5fd6131419..043a5b199137 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.66 2015/02/10 10:12:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.67 2015/02/17 21:03:49 maekke Exp $ + + 17 Feb 2015; Markus Meier go-1.4.1.ebuild: + arm stable, bug #539280 10 Feb 2015; Agostino Sarubbo go-1.4.1.ebuild: Stable for x86, wrt bug #539280 diff --git a/dev-lang/go/go-1.4.1.ebuild b/dev-lang/go/go-1.4.1.ebuild index 5d83f62f1a8f..5c51626bf60d 100644 --- a/dev-lang/go/go-1.4.1.ebuild +++ b/dev-lang/go/go-1.4.1.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.3 2015/02/10 10:12:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.1.ebuild,v 1.4 2015/02/17 21:03:49 maekke 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