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 180FA139695 for ; Mon, 17 Jul 2017 09:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42C91E0D33; Mon, 17 Jul 2017 09:48:27 +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 24803E0D34 for ; Mon, 17 Jul 2017 09:48:27 +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 5C14B341A29 for ; Mon, 17 Jul 2017 09:48:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E1E874BC for ; Mon, 17 Jul 2017 09:48:23 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1500284593.f237b39dfa5f633dc2a6c5c55c167dd36b188c86.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jackcess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jackcess/jackcess-1.2.14.3.ebuild X-VCS-Directories: dev-java/jackcess/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f237b39dfa5f633dc2a6c5c55c167dd36b188c86 X-VCS-Branch: master Date: Mon, 17 Jul 2017 09:48:23 +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: 32699169-4a3e-4579-92de-a5d79e6e59a7 X-Archives-Hash: bc4f0c7c16a333a30a7616766bcc1b7a commit: f237b39dfa5f633dc2a6c5c55c167dd36b188c86 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 17 09:41:58 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 17 09:43:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f237b39d dev-java/jackcess: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/jackcess/jackcess-1.2.14.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jackcess/jackcess-1.2.14.3.ebuild b/dev-java/jackcess/jackcess-1.2.14.3.ebuild index 0d12ebdc9a7..fd69eced5bc 100644 --- a/dev-java/jackcess/jackcess-1.2.14.3.ebuild +++ b/dev-java/jackcess/jackcess-1.2.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" CP_DEPEND=">=dev-java/commons-lang-2.6:2.1 >=dev-java/commons-logging-1.1.3:0