From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B4AB1388C0 for ; Wed, 24 Feb 2016 21:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE39B21C006; Wed, 24 Feb 2016 21:00:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CE2B21C006 for ; Wed, 24 Feb 2016 21:00:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C0B2340D0B for ; Wed, 24 Feb 2016 21:00:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7778DB for ; Wed, 24 Feb 2016 21:00:03 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1456347593.1bce518eba2f65d51f2db6a306c002d2b1e69a2c.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.6-r2.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 1bce518eba2f65d51f2db6a306c002d2b1e69a2c X-VCS-Branch: master Date: Wed, 24 Feb 2016 21:00:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04a27bd1-927b-487d-9ef1-bf7bd53a84c1 X-Archives-Hash: 3edd6da36e52a2f4808f972c7feffdd9 commit: 1bce518eba2f65d51f2db6a306c002d2b1e69a2c Author: Steev Klimaszewski gentoo org> AuthorDate: Wed Feb 24 20:59:16 2016 +0000 Commit: Stephen Klimaszewski gentoo 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