From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-922036-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4162139085 for <garchives@archives.gentoo.org>; Sun, 8 Jan 2017 18:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A300E0C80; Sun, 8 Jan 2017 18:33:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB10CE0C80 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jan 2017 18:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CA4434119A for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jan 2017 18:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8BCF24EE for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jan 2017 18:33:33 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1483900400.dcf64dbf3955a8fc9e23c79efb84b7f8e1a070d2.maekke@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.7.4.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: dcf64dbf3955a8fc9e23c79efb84b7f8e1a070d2 X-VCS-Branch: master Date: Sun, 8 Jan 2017 18:33:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d5c36ba1-3e17-4e86-b355-720473297d15 X-Archives-Hash: 67afbe3d0d878b140e1a5e6019026af0 commit: dcf64dbf3955a8fc9e23c79efb84b7f8e1a070d2 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Sun Jan 8 18:33:20 2017 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Sun Jan 8 18:33:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf64dbf dev-lang/go: arm stable, bug #602766 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-lang/go/go-1.7.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/go/go-1.7.4.ebuild b/dev-lang/go/go-1.7.4.ebuild index b982f48..0770059 100644 --- a/dev-lang/go/go-1.7.4.ebuild +++ b/dev-lang/go/go-1.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -45,7 +45,7 @@ else case ${PV} in *9999*|*_rc*) ;; *) - KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" ;; esac fi