From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F07971384B4 for ; Thu, 19 Nov 2015 22:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81969E07C7; Thu, 19 Nov 2015 22:57:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CB0DE07C7 for ; Thu, 19 Nov 2015 22:57:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C266340A2B for ; Thu, 19 Nov 2015 22:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07C8CFFB for ; Thu, 19 Nov 2015 22:56:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1447973806.76df652f1e71e4de7683738f6dff21841caa08cb.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/junit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/junit/junit-4.12-r1.ebuild X-VCS-Directories: dev-java/junit/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 76df652f1e71e4de7683738f6dff21841caa08cb X-VCS-Branch: master Date: Thu, 19 Nov 2015 22:56:57 +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: 6a234864-1976-4b6c-bb53-ac01691fb2c0 X-Archives-Hash: b2f2b39cefd7bdc6c4921d39108a2157 commit: 76df652f1e71e4de7683738f6dff21841caa08cb Author: James Le Cuirot gentoo org> AuthorDate: Thu Nov 19 22:48:13 2015 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Nov 19 22:56:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76df652f dev-java/junit: Add ~arm keyword Package-Manager: portage-2.2.25 dev-java/junit/junit-4.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/junit/junit-4.12-r1.ebuild b/dev-java/junit/junit-4.12-r1.ebuild index 52d77aa..18e40b7 100644 --- a/dev-java/junit/junit-4.12-r1.ebuild +++ b/dev-java/junit/junit-4.12-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}-team/${PN}/archive/r${PV}.zip" HOMEPAGE="http://junit.org/" LICENSE="EPL-1.0" SLOT="4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples" CDEPEND="dev-java/hamcrest-core:1.3"