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 B8E29158094 for ; Tue, 23 Aug 2022 18:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA864E088C; Tue, 23 Aug 2022 18:26:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8980FE088F for ; Tue, 23 Aug 2022 18:26:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4B094340F84 for ; Tue, 23 Aug 2022 18:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD0565C0 for ; Tue, 23 Aug 2022 18:26:30 +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: <1661279137.0b433f4a534e2cd94e90834f035a1925c009e950.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/poi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/poi/poi-5.2.2.ebuild X-VCS-Directories: dev-java/poi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b433f4a534e2cd94e90834f035a1925c009e950 X-VCS-Branch: master Date: Tue, 23 Aug 2022 18:26:30 +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: 4bc791f0-314d-4ff2-87c7-15c8d5babe09 X-Archives-Hash: 31102bb026de8b764a4279fa56c82d12 commit: 0b433f4a534e2cd94e90834f035a1925c009e950 Author: Sam James gentoo org> AuthorDate: Tue Aug 23 18:25:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 18:25:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b433f4a dev-java/poi: Stabilize 5.2.2 x86, #866111 Signed-off-by: Sam James gentoo.org> dev-java/poi/poi-5.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/poi/poi-5.2.2.ebuild b/dev-java/poi/poi-5.2.2.ebuild index 607b2cd06cac..d5068b84b33d 100644 --- a/dev-java/poi/poi-5.2.2.ebuild +++ b/dev-java/poi/poi-5.2.2.ebuild @@ -20,7 +20,7 @@ SRC_URI="mirror://apache/poi/release/src/poi-src-${PV}-${RELEASE_DATE}.tgz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" DEPEND=" >=dev-java/commons-codec-1.15-r1:0