From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-964026-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 99BA5139694
	for <garchives@archives.gentoo.org>; Sat, 29 Jul 2017 14:32:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D34311FC04D;
	Sat, 29 Jul 2017 14:32:28 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 AEF1F1FC047
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jul 2017 14:32:28 +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 51CB13419CE
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jul 2017 14:32:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE5DE7491
	for <gentoo-commits@lists.gentoo.org>; Sat, 29 Jul 2017 14:32:25 +0000 (UTC)
From: "Alexis Ballier" <aballier@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, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1501338740.5ab93a9e66db4799a28e5a98352a3b067a4f5f8c.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/appstream/appstream-0.10.6-r1.ebuild
X-VCS-Directories: dev-libs/appstream/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 5ab93a9e66db4799a28e5a98352a3b067a4f5f8c
X-VCS-Branch: master
Date: Sat, 29 Jul 2017 14:32:25 +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: 336237d1-1ad9-4b6f-9abb-27cad18c9b1d
X-Archives-Hash: 7bf556b123b28c1b808f7bac822f0179

commit:     5ab93a9e66db4799a28e5a98352a3b067a4f5f8c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 14:30:26 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 14:32:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab93a9e

dev-libs/appstream: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-libs/appstream/appstream-0.10.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/appstream/appstream-0.10.6-r1.ebuild b/dev-libs/appstream/appstream-0.10.6-r1.ebuild
index 42512cfdb32..5d7a92367ff 100644
--- a/dev-libs/appstream/appstream-0.10.6-r1.ebuild
+++ b/dev-libs/appstream/appstream-0.10.6-r1.ebuild
@@ -13,7 +13,7 @@ else
 	MY_PV="$(replace_all_version_separators '_')"
 	MY_P="APPSTREAM_${MY_PV}"
 	SRC_URI="https://github.com/ximion/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 	S="${WORKDIR}/${PN}-${MY_P}"
 fi