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 20C58139694 for ; Thu, 13 Jul 2017 20:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1E12740F5; Thu, 13 Jul 2017 20:42:36 +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 EECD02740F5 for ; Thu, 13 Jul 2017 20:42:35 +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 3B409341A45 for ; Thu, 13 Jul 2017 20:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 756D574BE for ; Thu, 13 Jul 2017 20:42:31 +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: <1499978539.2e63ccba180235faa4c36212eab8102162478d31.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hawtjni-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild X-VCS-Directories: dev-java/hawtjni-runtime/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2e63ccba180235faa4c36212eab8102162478d31 X-VCS-Branch: master Date: Thu, 13 Jul 2017 20:42:31 +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: e88cb077-be37-4fc1-8be0-45ca8e0d76af X-Archives-Hash: cb38f4d13544017cd73a2ec9b3a313dc commit: 2e63ccba180235faa4c36212eab8102162478d31 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 13 20:42:06 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 13 20:42:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e63ccba dev-java/hawtjni-runtime: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild index e96c274fbd1..a3f08d3ca88 100644 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild +++ b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.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=5 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5"