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 EAA3E1388C1 for ; Sat, 27 Feb 2016 18:51:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F29A21C018; Sat, 27 Feb 2016 18:51:59 +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 9C74B21C018 for ; Sat, 27 Feb 2016 18:51:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C711D340AC8 for ; Sat, 27 Feb 2016 18:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AC0D14CD for ; Sat, 27 Feb 2016 18:51:54 +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: <1456598888.7ecc6aebd2ef7b66ba13ebd737786bffea994797.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-md2man/go-md2man-1.0.3.ebuild X-VCS-Directories: dev-go/go-md2man/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 7ecc6aebd2ef7b66ba13ebd737786bffea994797 X-VCS-Branch: master Date: Sat, 27 Feb 2016 18:51:54 +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: 90d144a9-9c29-46e7-bd7d-fcc258ceba7c X-Archives-Hash: ab9c48ec11fff6528c8eda62e8d37a5b commit: 7ecc6aebd2ef7b66ba13ebd737786bffea994797 Author: Steev Klimaszewski gentoo org> AuthorDate: Sat Feb 27 18:48:08 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Sat Feb 27 18:48:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecc6aeb dev-go/go-md2man: add ~arm64 keyword Tested on X-C1 with dev-lang/go-1.6-r2 Package-Manager: portage-2.2.27 dev-go/go-md2man/go-md2man-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-go/go-md2man/go-md2man-1.0.3.ebuild b/dev-go/go-md2man/go-md2man-1.0.3.ebuild index ece084e..fa861b6 100644 --- a/dev-go/go-md2man/go-md2man-1.0.3.ebuild +++ b/dev-go/go-md2man/go-md2man-1.0.3.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$ @@ -8,7 +8,7 @@ EGO_PN=github.com/cpuguy83/go-md2man if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" EGIT_COMMIT=v${PV} SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot