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 92392158090 for ; Sun, 15 May 2022 08:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 790C6E0984; Sun, 15 May 2022 08:52:49 +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 5DB61E0984 for ; Sun, 15 May 2022 08:52:49 +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 68D46341CEE for ; Sun, 15 May 2022 08:52:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D41C0441 for ; Sun, 15 May 2022 08:52:46 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1652604755.d290bea66d184439d2ae9dc2bf648b3bb6f43f10.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/log4j-12-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/log4j-12-api/log4j-12-api-2.17.2.ebuild X-VCS-Directories: dev-java/log4j-12-api/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: d290bea66d184439d2ae9dc2bf648b3bb6f43f10 X-VCS-Branch: master Date: Sun, 15 May 2022 08:52:46 +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: 93fabb9f-5d42-4e0d-a88e-3d3656096815 X-Archives-Hash: 376bd211a8fe7c5db9e8e2bf3859104a commit: d290bea66d184439d2ae9dc2bf648b3bb6f43f10 Author: Jakov Smolić gentoo org> AuthorDate: Sun May 15 08:52:35 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun May 15 08:52:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d290bea6 dev-java/log4j-12-api: Stabilize 2.17.2 ppc64, #844745 Signed-off-by: Jakov Smolić gentoo.org> dev-java/log4j-12-api/log4j-12-api-2.17.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/log4j-12-api/log4j-12-api-2.17.2.ebuild b/dev-java/log4j-12-api/log4j-12-api-2.17.2.ebuild index 6f65f8948163..15dab6949ad7 100644 --- a/dev-java/log4j-12-api/log4j-12-api-2.17.2.ebuild +++ b/dev-java/log4j-12-api/log4j-12-api-2.17.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/logging/log4j/${PV}/apache-log4j-${PV}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" # We don't have junit-vintage and junit-jupiter RESTRICT="test"