From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 08CDB139695 for ; Mon, 26 Jun 2017 09:21:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F8FF254071; Mon, 26 Jun 2017 09:21:09 +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 1A08525406A for ; Mon, 26 Jun 2017 09:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13371341870 for ; Mon, 26 Jun 2017 09:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 826CB748A for ; Mon, 26 Jun 2017 09:21:06 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498468862.a14ccddfdfc2157849e3bcb280cae8aef28b1c8c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/colm/colm-0.13.0.4.ebuild X-VCS-Directories: dev-util/colm/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a14ccddfdfc2157849e3bcb280cae8aef28b1c8c X-VCS-Branch: master Date: Mon, 26 Jun 2017 09:21:06 +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: 8d5dbb04-88cc-42f1-bfab-3fcd9037959e X-Archives-Hash: 2b5a27e1d849b5084ef122ad801f6c01 commit: a14ccddfdfc2157849e3bcb280cae8aef28b1c8c Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 26 09:02:02 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 26 09:21:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14ccddf dev-util/colm: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/colm/colm-0.13.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/colm/colm-0.13.0.4.ebuild b/dev-util/colm/colm-0.13.0.4.ebuild index 0f3b4d2459f..44a3e990537 100644 --- a/dev-util/colm/colm-0.13.0.4.ebuild +++ b/dev-util/colm/colm-0.13.0.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 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" DEPEND=""