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 738DF158042 for ; Fri, 18 Oct 2024 00:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EF1AE0974; Fri, 18 Oct 2024 00:18:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 530E7E0973 for ; Fri, 18 Oct 2024 00:18:02 +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 3CDE7343074 for ; Fri, 18 Oct 2024 00:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A1A1293 for ; Fri, 18 Oct 2024 00:17:59 +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: <1729210623.0f3ada017e8abfcf9110ae09349bd84095df4cdd.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.95.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f3ada017e8abfcf9110ae09349bd84095df4cdd X-VCS-Branch: master Date: Fri, 18 Oct 2024 00:17:59 +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: 7f9a5425-5464-4bbe-a465-0e659e5a17c8 X-Archives-Hash: 69cc094348e480a8e1ad96f9f662989d commit: 0f3ada017e8abfcf9110ae09349bd84095df4cdd Author: Sam James gentoo org> AuthorDate: Fri Oct 18 00:17:03 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 18 00:17:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3ada01 www-servers/tomcat: Stabilize 9.0.95 amd64, #941597 Signed-off-by: Sam James gentoo.org> www-servers/tomcat/tomcat-9.0.95.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-9.0.95.ebuild b/www-servers/tomcat/tomcat-9.0.95.ebuild index 01ffb2ede3e3..65bb2104fdd8 100644 --- a/www-servers/tomcat/tomcat-9.0.95.ebuild +++ b/www-servers/tomcat/tomcat-9.0.95.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?