diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 05:46:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 05:46:15 +0000 |
commit | 65374b11b39c6d9b9267bb869445cf231475f74e (patch) | |
tree | 78221c6e3d29c8a40b3eacaa42c7e73c8a425f4f /dev-lang/go | |
parent | Version bump with fixes for CJK fonts, wmp10, vcrun2005. Drop old. (diff) | |
download | gentoo-2-65374b11b39c6d9b9267bb869445cf231475f74e.tar.gz gentoo-2-65374b11b39c6d9b9267bb869445cf231475f74e.tar.bz2 gentoo-2-65374b11b39c6d9b9267bb869445cf231475f74e.zip |
Stable for amd64, wrt bug #476564
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 3d4c7f7ab8a5..4156a1e54f73 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.15 2013/06/14 01:10:58 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.16 2013/07/13 05:46:15 ago Exp $ + + 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild: + Stable for amd64, wrt bug #476564 *go-1.1.1 (14 Jun 2013) diff --git a/dev-lang/go/go-1.1.1.ebuild b/dev-lang/go/go-1.1.1.ebuild index 646c8b9650c6..ecd229cd78b7 100644 --- a/dev-lang/go/go-1.1.1.ebuild +++ b/dev-lang/go/go-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.1 2013/06/14 01:10:58 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.2 2013/07/13 05:46:15 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} = 9999 ]]; then else SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz" # Upstream only supports go on amd64, arm and x86 architectures. - KEYWORDS="-* ~amd64 ~arm ~x86" + KEYWORDS="-* amd64 ~arm ~x86" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" |