From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1001264-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 EBC6A138331
	for <garchives@archives.gentoo.org>; Sat,  3 Feb 2018 19:34:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C561CE0BE7;
	Sat,  3 Feb 2018 19:34:22 +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 9891FE0BE9
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Feb 2018 19:34:22 +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 381A4335C50
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Feb 2018 19:34:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4D31DB
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Feb 2018 19:34:19 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1517686444.42905d5432a61bfe3b39bc69d969090c4ef7d5ff.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/liborcus/liborcus-0.13.2.ebuild dev-libs/liborcus/liborcus-9999.ebuild
X-VCS-Directories: dev-libs/liborcus/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 42905d5432a61bfe3b39bc69d969090c4ef7d5ff
X-VCS-Branch: master
Date: Sat,  3 Feb 2018 19:34:19 +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: f7a7a668-d6a6-4608-bfa9-1ace628a9362
X-Archives-Hash: 76ad2a6ae1c355398dce7552fff3aa0a

commit:     42905d5432a61bfe3b39bc69d969090c4ef7d5ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 19:11:26 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 19:34:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42905d54

dev-libs/liborcus: Restore keywords

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/liborcus/liborcus-0.13.2.ebuild | 4 ++--
 dev-libs/liborcus/liborcus-9999.ebuild   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/liborcus/liborcus-0.13.2.ebuild b/dev-libs/liborcus/liborcus-0.13.2.ebuild
index 2f6e72a16cd..2f6e8414b8d 100644
--- a/dev-libs/liborcus/liborcus-0.13.2.ebuild
+++ b/dev-libs/liborcus/liborcus-0.13.2.ebuild
@@ -17,8 +17,8 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
 
 LICENSE="MIT"
 SLOT="0/0.13" # based on SONAME of liborcus.so
-# [[ ${PV} == 9999 ]] || \
-# KEYWORDS="~amd64 ~arm ~ppc ~x86"
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="

diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild
index a4d905a6283..2f6e8414b8d 100644
--- a/dev-libs/liborcus/liborcus-9999.ebuild
+++ b/dev-libs/liborcus/liborcus-9999.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md"
 LICENSE="MIT"
 SLOT="0/0.13" # based on SONAME of liborcus.so
 [[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="python +spreadsheet-model static-libs tools"
 
 RDEPEND="