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 2DB4F1581D3 for ; Sun, 26 May 2024 08:28:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6601FE2A12; Sun, 26 May 2024 08:28:48 +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 42631E2A12 for ; Sun, 26 May 2024 08:28:48 +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 570C2335DC0 for ; Sun, 26 May 2024 08:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D346F1736 for ; Sun, 26 May 2024 08:28:45 +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: <1716712094.a8355d5a4133177db64ed4fa2b346911eb1e3a3d.fordfrog@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.88-r1.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a8355d5a4133177db64ed4fa2b346911eb1e3a3d X-VCS-Branch: master Date: Sun, 26 May 2024 08:28:45 +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: 8f6c2ec8-7b1f-418a-8488-0e5f3651fa61 X-Archives-Hash: 3b53c6efb0c8f75124fc9e9d869a9eb2 commit: a8355d5a4133177db64ed4fa2b346911eb1e3a3d Author: Miroslav Šulc gentoo org> AuthorDate: Sun May 26 08:28:14 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun May 26 08:28:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8355d5a www-servers/tomcat: 9.0.88-r1 amd64 stable Closes: https://bugs.gentoo.org/932123 Signed-off-by: Miroslav Šulc gentoo.org> www-servers/tomcat/tomcat-9.0.88-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-9.0.88-r1.ebuild b/www-servers/tomcat/tomcat-9.0.88-r1.ebuild index ca10cc20e118..416b71be8c5d 100644 --- a/www-servers/tomcat/tomcat-9.0.88-r1.ebuild +++ b/www-servers/tomcat/tomcat-9.0.88-r1.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="9" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system?