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 9BCE813835A for ; Mon, 20 Jul 2020 01:10:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FEB6E08F1; Mon, 20 Jul 2020 01:10:40 +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 04C9AE08F1 for ; Mon, 20 Jul 2020 01:10:39 +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 C922F34F411 for ; Mon, 20 Jul 2020 01:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D4B2EC for ; Mon, 20 Jul 2020 01:10:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595207280.a2c1c92c71ff3ceb1c77ba8ee1e83feeb468eaca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icu4j/icu4j-56.1.ebuild X-VCS-Directories: dev-java/icu4j/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a2c1c92c71ff3ceb1c77ba8ee1e83feeb468eaca X-VCS-Branch: master Date: Mon, 20 Jul 2020 01:10:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36918461-e6c3-451b-9913-ded974077373 X-Archives-Hash: a39ab01f072bdd212343342d0b921929 commit: a2c1c92c71ff3ceb1c77ba8ee1e83feeb468eaca Author: Sam James gentoo org> AuthorDate: Mon Jul 20 01:08:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 20 01:08:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c1c92c dev-java/icu4j: arm64 keyworded (bug #720116) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-java/icu4j/icu4j-56.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/icu4j/icu4j-56.1.ebuild b/dev-java/icu4j/icu4j-56.1.ebuild index 3e0a98276d1..f4ff61c4113 100644 --- a/dev-java/icu4j/icu4j-56.1.ebuild +++ b/dev-java/icu4j/icu4j-56.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="56" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6"