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 8085915838C for ; Wed, 17 Jan 2024 09:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4885DE2A80; Wed, 17 Jan 2024 09:26:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F7C0E2A80 for ; Wed, 17 Jan 2024 09:26:01 +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 1A053343363 for ; Wed, 17 Jan 2024 09:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79B8B135D for ; Wed, 17 Jan 2024 09:25:58 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1705483533.5ac6c2b5808c11882cb0a603df6b51bebed6c28c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xalan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/xalan/xalan-2.7.3-r1.ebuild X-VCS-Directories: dev-java/xalan/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5ac6c2b5808c11882cb0a603df6b51bebed6c28c X-VCS-Branch: master Date: Wed, 17 Jan 2024 09:25:58 +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: ae3ee198-928b-49dc-ae81-8a66d261eb9a X-Archives-Hash: da417fb069166fd7e61394ca3fc7ecc2 commit: 5ac6c2b5808c11882cb0a603df6b51bebed6c28c Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jan 17 09:25:33 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jan 17 09:25:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac6c2b5 dev-java/xalan: dropped 2.7.3-r1 to unstable Signed-off-by: Miroslav Šulc gentoo.org> dev-java/xalan/xalan-2.7.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/xalan/xalan-2.7.3-r1.ebuild b/dev-java/xalan/xalan-2.7.3-r1.ebuild index 37e75e303bf2..a020d52b03ec 100644 --- a/dev-java/xalan/xalan-2.7.3-r1.ebuild +++ b/dev-java/xalan/xalan-2.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ S="${WORKDIR}/xalan-j_${PV//./_}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" CP_DEPEND=" dev-java/bcel:0