diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-10 10:12:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-10 10:12:40 +0000 |
commit | 1a77795c49fd74d0db26b337b24cace059951a87 (patch) | |
tree | 98f05b5d5e51a6bf47e042d84fe625bbef9602bd /dev-lang/go | |
parent | Stable for x86, wrt bug #539214 (diff) | |
download | gentoo-2-1a77795c49fd74d0db26b337b24cace059951a87.tar.gz gentoo-2-1a77795c49fd74d0db26b337b24cace059951a87.tar.bz2 gentoo-2-1a77795c49fd74d0db26b337b24cace059951a87.zip |
Stable for x86, wrt bug #539280
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index b5ee6aa82f1e..fc5fd6131419 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.65 2015/02/08 09:34:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.66 2015/02/10 10:12:40 ago Exp $ + + 10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> go-1.4.1.ebuild: + Stable for x86, wrt bug #539280 08 Feb 2015; Agostino Sarubbo <ago@gentoo.org> go-1.4.1.ebuild: Stable for amd64, wrt bug #539280 diff --git a/dev-lang/go/go-1.4.1.ebuild b/dev-lang/go/go-1.4.1.ebuild index 7075a6dbd7af..5d83f62f1a8f 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.2 2015/02/08 09:34:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.1.ebuild,v 1.3 2015/02/10 10:12:40 ago 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" |