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 902AD139694 for ; Thu, 13 Jul 2017 18:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8DE27417A; Thu, 13 Jul 2017 18:32: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 B637627417A for ; Thu, 13 Jul 2017 18:32:36 +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 08D3F341A3C for ; Thu, 13 Jul 2017 18:32:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 710B674BE for ; Thu, 13 Jul 2017 18:32:32 +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: <1499970744.b408fc2e9deae3543a084e81ccd99c8c9a9eacdb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jdom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jdom/jdom-1.1.3.ebuild X-VCS-Directories: dev-java/jdom/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b408fc2e9deae3543a084e81ccd99c8c9a9eacdb X-VCS-Branch: master Date: Thu, 13 Jul 2017 18:32:32 +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: 19a4afcc-c7b6-4137-aa31-2a255392e056 X-Archives-Hash: 39b654a0584965cf2a05cb7d02c16403 commit: b408fc2e9deae3543a084e81ccd99c8c9a9eacdb Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 13 18:32:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 13 18:32:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b408fc2e dev-java/jdom: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/jdom/jdom-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jdom/jdom-1.1.3.ebuild b/dev-java/jdom/jdom-1.1.3.ebuild index 163a31b9884..50b12a26e0c 100644 --- a/dev-java/jdom/jdom-1.1.3.ebuild +++ b/dev-java/jdom/jdom-1.1.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=5 @@ -11,7 +11,7 @@ SRC_URI="http://www.jdom.org/dist/binary/archive/${P}.tar.gz" HOMEPAGE="http://www.jdom.org" LICENSE="JDOM" SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6"