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 9ECB31396D1 for ; Sun, 27 Aug 2017 15:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5A71FC04F; Sun, 27 Aug 2017 15:34:28 +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 8ABB31FC04E for ; Sun, 27 Aug 2017 15:34:28 +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 B4C4A341A1E for ; Sun, 27 Aug 2017 15:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57BD78491 for ; Sun, 27 Aug 2017 15:34:16 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503848039.bdadb63594dbd9819410e5e713f9e7c90bd4bcc7.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rasqal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rasqal/rasqal-0.9.32.ebuild X-VCS-Directories: dev-libs/rasqal/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bdadb63594dbd9819410e5e713f9e7c90bd4bcc7 X-VCS-Branch: master Date: Sun, 27 Aug 2017 15:34:16 +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: a4bd738e-5d51-4527-9d56-8a2868947286 X-Archives-Hash: 1aaac8a4082d7d2a63b77ecb350b0803 commit: bdadb63594dbd9819410e5e713f9e7c90bd4bcc7 Author: Roy Bamford gentoo org> AuthorDate: Sun Aug 20 21:08:01 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 27 15:33:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdadb635 dev-libs/rasqal: added ~arm64 keyword Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-libs/rasqal/rasqal-0.9.32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/rasqal/rasqal-0.9.32.ebuild b/dev-libs/rasqal/rasqal-0.9.32.ebuild index 3e2a54ca17c..bd7ad731839 100644 --- a/dev-libs/rasqal/rasqal-0.9.32.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.32.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+crypt gmp kernel_linux +mhash pcre static-libs test xml" RDEPEND=">=media-libs/raptor-2.0.14