From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1253805-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 D3F431382C5
	for <garchives@archives.gentoo.org>; Mon, 22 Feb 2021 07:12:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 21D98E08E5;
	Mon, 22 Feb 2021 07:12:55 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 0B882E08D3
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 07:12:55 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 31A5A340F9A
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 07:12:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B28532
	for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 07:12:51 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1613977946.bea6ebfc4b062537b88f54730a7f4ee9ed6c1b05.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/alembic/alembic-1.7.16.ebuild
X-VCS-Directories: media-gfx/alembic/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: bea6ebfc4b062537b88f54730a7f4ee9ed6c1b05
X-VCS-Branch: master
Date: Mon, 22 Feb 2021 07:12:51 +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: 7515a637-f16a-4eed-82b0-cf495d304058
X-Archives-Hash: 1d6e3c14fb86eccb1b0ab9b3fa0ad9f3

commit:     bea6ebfc4b062537b88f54730a7f4ee9ed6c1b05
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 07:12:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 07:12:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea6ebfc

media-gfx/alembic: Keyword 1.7.16 arm, #556758

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/alembic/alembic-1.7.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/alembic/alembic-1.7.16.ebuild b/media-gfx/alembic/alembic-1.7.16.ebuild
index 1fde48d2834..ed542a1b220 100644
--- a/media-gfx/alembic/alembic-1.7.16.ebuild
+++ b/media-gfx/alembic/alembic-1.7.16.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="hdf5 test zlib"
 RESTRICT="!test? ( test )"