diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2016-02-24 14:59:16 -0600 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2016-02-24 14:59:53 -0600 |
commit | 1bce518eba2f65d51f2db6a306c002d2b1e69a2c (patch) | |
tree | ff6f43d95f34480f5620909254ea87bf582a5ee3 /dev-lang | |
parent | net-proxy/haproxy: Add ~arm keyword (diff) | |
download | gentoo-1bce518eba2f65d51f2db6a306c002d2b1e69a2c.tar.gz gentoo-1bce518eba2f65d51f2db6a306c002d2b1e69a2c.tar.bz2 gentoo-1bce518eba2f65d51f2db6a306c002d2b1e69a2c.zip |
dev-lang/go: add ~arm64 keyword
All tests pass on the X-C1.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/go/go-1.6-r2.ebuild | 4 |
1 files 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 8db9b010aff8..e9e0d2bc3813 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 |