Gentoo Archives: gentoo-commits

From: Stephen Klimaszewski <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
Date: Wed, 24 Feb 2016 21:00:06
Message-Id: 1456347593.1bce518eba2f65d51f2db6a306c002d2b1e69a2c.steev@gentoo
1 commit: 1bce518eba2f65d51f2db6a306c002d2b1e69a2c
2 Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 20:59:16 2016 +0000
4 Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 20:59:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bce518e
7
8 dev-lang/go: add ~arm64 keyword
9
10 All tests pass on the X-C1.
11
12 Package-Manager: portage-2.2.27
13
14 dev-lang/go/go-1.6-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
18 index 8db9b01..e9e0d2b 100644
19 --- a/dev-lang/go/go-1.6-r2.ebuild
20 +++ b/dev-lang/go/go-1.6-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -39,7 +39,7 @@ else
28 case ${PV} in
29 *9999*|*_rc*) ;;
30 *)
31 - KEYWORDS="-* ~amd64"
32 + KEYWORDS="-* ~amd64 ~arm64"
33 ;;
34 esac
35 fi