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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0A0D158042 for ; Fri, 18 Oct 2024 00:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80606E0973; 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 6C90BE0973 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 9A7F234307A 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 A839C1519 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: <1729210624.8ec4d6b1fecc17c9b9ce833cf792afcb07630a8f.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.30.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ec4d6b1fecc17c9b9ce833cf792afcb07630a8f 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: 5b05e899-f4ba-4da0-8dc9-57506299c8fa X-Archives-Hash: 370ccc81d1e4d13d92ee173e6b80b5af commit: 8ec4d6b1fecc17c9b9ce833cf792afcb07630a8f Author: Sam James gentoo org> AuthorDate: Fri Oct 18 00:17:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 18 00:17:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec4d6b1 www-servers/tomcat: Stabilize 10.1.30 amd64, #941597 Signed-off-by: Sam James gentoo.org> www-servers/tomcat/tomcat-10.1.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-10.1.30.ebuild b/www-servers/tomcat/tomcat-10.1.30.ebuild index 4eeadd5c4bce..335e0c37e0dd 100644 --- a/www-servers/tomcat/tomcat-10.1.30.ebuild +++ b/www-servers/tomcat/tomcat-10.1.30.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?