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 33075139697 for ; Fri, 14 Jul 2017 21:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53EECE0CAB; Fri, 14 Jul 2017 21:35:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 35E93E0CA7 for ; Fri, 14 Jul 2017 21:35:59 +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 DDD6D341905 for ; Fri, 14 Jul 2017 21:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FA6674B4 for ; Fri, 14 Jul 2017 21:35:56 +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: <1500068150.260c51dd9747fc6938b71e49e9048ce6dfe3c245.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-junit4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-junit4/ant-junit4-1.9.2.ebuild X-VCS-Directories: dev-java/ant-junit4/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 260c51dd9747fc6938b71e49e9048ce6dfe3c245 X-VCS-Branch: master Date: Fri, 14 Jul 2017 21:35:56 +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: b7f1604e-2530-478f-a85b-b93a532ad4d9 X-Archives-Hash: 1a28188d5e12ec465f6b212c843696a2 commit: 260c51dd9747fc6938b71e49e9048ce6dfe3c245 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 14 21:33:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 14 21:35:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260c51dd dev-java/ant-junit4: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/ant-junit4/ant-junit4-1.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild b/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild index c9eafe457a6..b58b83bf443 100644 --- a/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild +++ b/dev-java/ant-junit4/ant-junit4-1.9.2.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" @@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="junit-4" inherit ant-tasks -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~x86-fbsd" DEPEND="dev-java/junit:4 ~dev-java/ant-junit-${PV}"