diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-08-04 07:25:02 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-08-04 07:25:02 +0000 |
commit | 8a19134281a83f4cb2e51537019809fad01b27d0 (patch) | |
tree | c55f3202922f285e02e6c089dc749e38c94a9aa0 /dev-lang/go | |
parent | bug 518746, add dev-util/gtk-doc depend, since upstream don't do release (diff) | |
download | gentoo-2-8a19134281a83f4cb2e51537019809fad01b27d0.tar.gz gentoo-2-8a19134281a83f4cb2e51537019809fad01b27d0.tar.bz2 gentoo-2-8a19134281a83f4cb2e51537019809fad01b27d0.zip |
Marked ~x86-macos
(Portage version: 2.2.10.1-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index e8d08b85bd65..44cc4f4eb004 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.40 2014/07/29 19:26:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.41 2014/08/04 07:25:02 grobian Exp $ + + 04 Aug 2014; Fabian Groffen <grobian@gentoo.org> go-1.3.ebuild: + Marked ~x86-macos 29 Jul 2014; Markus Meier <maekke@gentoo.org> go-1.3.ebuild: arm stable, bug #517432 diff --git a/dev-lang/go/go-1.3.ebuild b/dev-lang/go/go-1.3.ebuild index c3cc219b84e3..3be07d9e9a61 100644 --- a/dev-lang/go/go-1.3.ebuild +++ b/dev-lang/go/go-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.3 2014/07/29 19:26:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.4 2014/08/04 07:25:02 grobian 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" + KEYWORDS="-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" fi DESCRIPTION="A concurrent garbage collected and typesafe programming language" |