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 04D2D138359 for ; Thu, 16 Jul 2020 22:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDE2E081E; Thu, 16 Jul 2020 22:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 13767E07DB for ; Thu, 16 Jul 2020 22:40:37 +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 0E55034F19A for ; Thu, 16 Jul 2020 22:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EA9D2A4 for ; Thu, 16 Jul 2020 22:40:19 +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: <1594938962.35b6353444380637923bce52a775331553102637.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/iso-relax/iso-relax-20050331-r4.ebuild X-VCS-Directories: dev-java/iso-relax/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35b6353444380637923bce52a775331553102637 X-VCS-Branch: master Date: Thu, 16 Jul 2020 22:40:19 +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: 41902035-0766-462e-ac19-1a8a710df16a X-Archives-Hash: 4f2c5019e33f1e4004a3e290823d1063 commit: 35b6353444380637923bce52a775331553102637 Author: Sam James gentoo org> AuthorDate: Thu Jul 16 22:36:02 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 16 22:36:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b63534 dev-java/iso-relax: arm keyworded (bug #720116) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild index b202adc2bbe..16a588c0067 100644 --- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild +++ b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RESTRICT="test"