From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1091407-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 C68AE138334
	for <garchives@archives.gentoo.org>; Mon, 20 May 2019 06:33:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B8147E0874;
	Mon, 20 May 2019 06:33:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 99D84E0874
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 06:33:46 +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 0FFC2344B69
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 06:33:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 975245DC
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 May 2019 06:33:42 +0000 (UTC)
From: "Stephen Klimaszewski" <steev@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, "Stephen Klimaszewski" <steev@gentoo.org>
Message-ID: <1558333995.0885bcbabc12fea51e4dc6345966bc9f52da7425.steev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitstring/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/bitstring/bitstring-3.1.5.ebuild
X-VCS-Directories: dev-python/bitstring/
X-VCS-Committer: steev
X-VCS-Committer-Name: Stephen Klimaszewski
X-VCS-Revision: 0885bcbabc12fea51e4dc6345966bc9f52da7425
X-VCS-Branch: master
Date: Mon, 20 May 2019 06:33:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0cf9aac0-344b-4aed-9134-984e04794b33
X-Archives-Hash: a9e9bab1490dacdca56d57ac8d759074

commit:     0885bcbabc12fea51e4dc6345966bc9f52da7425
Author:     Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 06:33:06 2019 +0000
Commit:     Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Mon May 20 06:33:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0885bcba

dev-python/bitstring: add arm64 keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev <AT> gentoo.org>

 dev-python/bitstring/bitstring-3.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bitstring/bitstring-3.1.5.ebuild b/dev-python/bitstring/bitstring-3.1.5.ebuild
index 6b0534a0eb4..ecd8aa648a6 100644
--- a/dev-python/bitstring/bitstring-3.1.5.ebuild
+++ b/dev-python/bitstring/bitstring-3.1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/scott-griffiths/${PN}/archive/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}-${P}