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 AF52B13835A for ; Sat, 25 Jul 2020 02:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBC24E082B; Sat, 25 Jul 2020 02:51:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D7EBFE082B for ; Sat, 25 Jul 2020 02:51:07 +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 F1E7234F0DC for ; Sat, 25 Jul 2020 02:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF09C2EE for ; Sat, 25 Jul 2020 02:51:03 +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: <1595645351.5f507d0c6c8593d32276970acc9a2336e5eff14b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hamcrest-library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild X-VCS-Directories: dev-java/hamcrest-library/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f507d0c6c8593d32276970acc9a2336e5eff14b X-VCS-Branch: master Date: Sat, 25 Jul 2020 02:51:03 +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: e623e320-1394-4674-aab4-c86babb6ab2e X-Archives-Hash: 39155dedf607cfc71b6a5f217c432219 commit: 5f507d0c6c8593d32276970acc9a2336e5eff14b Author: Sam James gentoo org> AuthorDate: Sat Jul 25 02:49:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 25 02:49:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f507d0c dev-java/hamcrest-library: arm keyworded (bug #733822) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild b/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild index 89a57bc7315..a19db7fcea8 100644 --- a/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild +++ b/dev-java/hamcrest-library/hamcrest-library-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="${PV}" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" CDEPEND=" dev-java/hamcrest-generator:${SLOT}