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 37A13158091 for ; Thu, 9 Jun 2022 07:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A76DE0809; Thu, 9 Jun 2022 07:09:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 F3C37E0809 for ; Thu, 9 Jun 2022 07:09:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED8C53412A4 for ; Thu, 9 Jun 2022 07:09:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E9764E3 for ; Thu, 9 Jun 2022 07:09:05 +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: <1654758532.b23e9278c1f4f7438923b93254ef0915a49b45e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jackson-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jackson-core/jackson-core-2.13.2-r1.ebuild X-VCS-Directories: dev-java/jackson-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b23e9278c1f4f7438923b93254ef0915a49b45e5 X-VCS-Branch: master Date: Thu, 9 Jun 2022 07:09:05 +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: 38d1779d-686c-48c4-8529-da1156fb423a X-Archives-Hash: a0cbdb09a792dda00d21ab7fbed28cf2 commit: b23e9278c1f4f7438923b93254ef0915a49b45e5 Author: Sam James gentoo org> AuthorDate: Thu Jun 9 07:08:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 9 07:08:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23e9278 dev-java/jackson-core: Stabilize 2.13.2-r1 ppc64, #849548 Signed-off-by: Sam James gentoo.org> dev-java/jackson-core/jackson-core-2.13.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jackson-core/jackson-core-2.13.2-r1.ebuild b/dev-java/jackson-core/jackson-core-2.13.2-r1.ebuild index 603dcb958737..d93bfdb9fb35 100644 --- a/dev-java/jackson-core/jackson-core-2.13.2-r1.ebuild +++ b/dev-java/jackson-core/jackson-core-2.13.2-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-1.8:*"