commit: 1bce518eba2f65d51f2db6a306c002d2b1e69a2c
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 20:59:16 2016 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 20:59:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bce518e
dev-lang/go: add ~arm64 keyword
All tests pass on the X-C1.
Package-Manager: portage-2.2.27
dev-lang/go/go-1.6-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/go/go-1.6-r2.ebuild b/dev-lang/go/go-1.6-r2.ebuild
index 8db9b01..e9e0d2b 100644
--- a/dev-lang/go/go-1.6-r2.ebuild
+++ b/dev-lang/go/go-1.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -39,7 +39,7 @@ else
case ${PV} in
*9999*|*_rc*) ;;
*)
- KEYWORDS="-* ~amd64"
+ KEYWORDS="-* ~amd64 ~arm64"
;;
esac
fi