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 07EC315800A for ; Tue, 18 Jul 2023 17:21:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11FECE07F0; Tue, 18 Jul 2023 17:21:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F1235E07F0 for ; Tue, 18 Jul 2023 17:21:24 +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 00B00340D2E for ; Tue, 18 Jul 2023 17:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49384AFD for ; Tue, 18 Jul 2023 17:21:22 +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: <1689700819.4a4f1bc73563f2e29ae0b08ef580a0034362ea76.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.76.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a4f1bc73563f2e29ae0b08ef580a0034362ea76 X-VCS-Branch: master Date: Tue, 18 Jul 2023 17:21:22 +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: 9c413252-4c1a-4e2d-bf42-48d4d41533f6 X-Archives-Hash: 90250e95fc1eb127061e02c78d1c4a3a commit: 4a4f1bc73563f2e29ae0b08ef580a0034362ea76 Author: Sam James gentoo org> AuthorDate: Tue Jul 18 17:20:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 18 17:20:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4f1bc7 www-servers/tomcat: Keyword 9.0.76 arm64, #906822 Signed-off-by: Sam James gentoo.org> www-servers/tomcat/tomcat-9.0.76.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/tomcat/tomcat-9.0.76.ebuild b/www-servers/tomcat/tomcat-9.0.76.ebuild index 40e123f3c921..39308f0e89f7 100644 --- a/www-servers/tomcat/tomcat-9.0.76.ebuild +++ b/www-servers/tomcat/tomcat-9.0.76.ebuild @@ -22,7 +22,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz LICENSE="Apache-2.0" SLOT="9" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system?