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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EB61158011 for ; Sun, 4 Sep 2022 17:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39B8BE07B3; Sun, 4 Sep 2022 17:45:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20B30E07B2 for ; Sun, 4 Sep 2022 17:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44562340E58 for ; Sun, 4 Sep 2022 17:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 824AD56A for ; Sun, 4 Sep 2022 17:45:37 +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: <1662313473.98952febc297051396e1582628087b64b0414ec6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/hamcrest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/hamcrest/hamcrest-2.2.ebuild X-VCS-Directories: dev-java/hamcrest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98952febc297051396e1582628087b64b0414ec6 X-VCS-Branch: master Date: Sun, 4 Sep 2022 17:45:37 +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: 863afdb6-1c71-4758-a313-ad928f0c8a19 X-Archives-Hash: a47b9f4076a6063acee87710df7eec68 commit: 98952febc297051396e1582628087b64b0414ec6 Author: Sam James gentoo org> AuthorDate: Sun Sep 4 17:44:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 4 17:44:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98952feb dev-java/hamcrest: Stabilize 2.2 x86, #863551 Signed-off-by: Sam James gentoo.org> dev-java/hamcrest/hamcrest-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/hamcrest/hamcrest-2.2.ebuild b/dev-java/hamcrest/hamcrest-2.2.ebuild index 273849e22970..8660d4f26194 100644 --- a/dev-java/hamcrest/hamcrest-2.2.ebuild +++ b/dev-java/hamcrest/hamcrest-2.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/JavaHamcrest/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" DEPEND=" >=virtual/jdk-1.8:*