diff options
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" |