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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FAAD158232 for ; Tue, 10 Dec 2024 15:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60FBDE08BB; Tue, 10 Dec 2024 15:22:47 +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 45F6FE08BB for ; Tue, 10 Dec 2024 15:22:47 +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 0FD423430DE for ; Tue, 10 Dec 2024 15:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D3B32145 for ; Tue, 10 Dec 2024 15:22:43 +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: <1733844101.a200cda36cc766153a160b04dd3188045e78e572.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tomcat/tomcat-9.0.97.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a200cda36cc766153a160b04dd3188045e78e572 X-VCS-Branch: master Date: Tue, 10 Dec 2024 15:22:43 +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: acec8569-e86d-46ce-83ec-e99f3d328d3e X-Archives-Hash: df508e56bd0006ff3b3e6faccc6879f5 commit: a200cda36cc766153a160b04dd3188045e78e572 Author: Sam James gentoo org> AuthorDate: Tue Dec 10 15:21:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 10 15:21:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a200cda3 www-servers/tomcat: Stabilize 9.0.97 amd64, #946166 Signed-off-by: Sam James gentoo.org> www-servers/tomcat/tomcat-9.0.97.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-9.0.97.ebuild b/www-servers/tomcat/tomcat-9.0.97.ebuild index 01ffb2ede3e3..65bb2104fdd8 100644 --- a/www-servers/tomcat/tomcat-9.0.97.ebuild +++ b/www-servers/tomcat/tomcat-9.0.97.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="9" -KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~amd64-linux ~x86-linux" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system?