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 A827B158086 for ; Fri, 26 Nov 2021 08:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 029ED2BC001; Fri, 26 Nov 2021 08:55:25 +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 C24472BC001 for ; Fri, 26 Nov 2021 08:55:24 +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 D3516343280 for ; Fri, 26 Nov 2021 08:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF261C6 for ; Fri, 26 Nov 2021 08:55:22 +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: <1637916912.979f72566e4c003b2d22f2241f10608e5da8657b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/pdfbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/pdfbox/pdfbox-2.0.24.ebuild X-VCS-Directories: dev-java/pdfbox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 979f72566e4c003b2d22f2241f10608e5da8657b X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:55:22 +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: ab36f953-f1ee-44cf-ad2d-616357548bf7 X-Archives-Hash: 6f8ae01fd731ec2188eb5154e73e1855 commit: 979f72566e4c003b2d22f2241f10608e5da8657b Author: Sam James gentoo org> AuthorDate: Fri Nov 26 08:55:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 26 08:55:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979f7256 dev-java/pdfbox: Stabilize 2.0.24 ppc64, #824042 Signed-off-by: Sam James gentoo.org> dev-java/pdfbox/pdfbox-2.0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/pdfbox/pdfbox-2.0.24.ebuild b/dev-java/pdfbox/pdfbox-2.0.24.ebuild index da9c53915bdc..3f4219707c7b 100644 --- a/dev-java/pdfbox/pdfbox-2.0.24.ebuild +++ b/dev-java/pdfbox/pdfbox-2.0.24.ebuild @@ -59,7 +59,7 @@ SRC_URI="mirror://apache/${PN}/${PV}/${P}-src.zip LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ppc64 ~x86" IUSE="+tools" PROPERTIES="test_network"