From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 32DB81581EE for ; Wed, 09 Apr 2025 09:35:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1C01A34331F for ; Wed, 09 Apr 2025 09:35:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9A7871104B8; Wed, 09 Apr 2025 09:35:08 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9269E1104B8 for ; Wed, 09 Apr 2025 09:35:08 +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 4CCE9343171 for ; Wed, 09 Apr 2025 09:35:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C46827F1 for ; Wed, 09 Apr 2025 09:35:06 +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: <1744191278.224758a5a79888d42477065035fccdf3da45ff2a.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-10.1.39.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 224758a5a79888d42477065035fccdf3da45ff2a X-VCS-Branch: master Date: Wed, 09 Apr 2025 09:35:06 +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: 97d12cb7-90fe-4b8c-984f-90cbe638b26c X-Archives-Hash: 6080bb88bfc9481a79946cfa986ac09a commit: 224758a5a79888d42477065035fccdf3da45ff2a Author: Sam James gentoo org> AuthorDate: Wed Apr 9 09:34:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 9 09:34:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224758a5 www-servers/tomcat: Stabilize 10.1.39 amd64, #953465 Signed-off-by: Sam James gentoo.org> www-servers/tomcat/tomcat-10.1.39.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-10.1.39.ebuild b/www-servers/tomcat/tomcat-10.1.39.ebuild index 0431b446752a..4b4c261716e6 100644 --- a/www-servers/tomcat/tomcat-10.1.39.ebuild +++ b/www-servers/tomcat/tomcat-10.1.39.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="10.1" -KEYWORDS="~amd64 ~arm64 ~amd64-linux" +KEYWORDS="amd64 ~arm64 ~amd64-linux" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system?