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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7B0C158098 for ; Mon, 15 Aug 2022 22:30:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D476E0ADA; Mon, 15 Aug 2022 22:30:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0B568E0ADA for ; Mon, 15 Aug 2022 22:30:43 +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 D35FD340E30 for ; Mon, 15 Aug 2022 22:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10BC9558 for ; Mon, 15 Aug 2022 22:30:41 +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: <1660602562.c0a1e503d857ff5cae2d9c76410cd35b116ea639.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/tomcat-native/tomcat-native-1.2.35.ebuild X-VCS-Directories: dev-java/tomcat-native/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0a1e503d857ff5cae2d9c76410cd35b116ea639 X-VCS-Branch: master Date: Mon, 15 Aug 2022 22:30:41 +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: e2f7a6a9-c723-48ae-bdc4-9e27ed22a407 X-Archives-Hash: 28e698b31606348b715ba26c6532d266 commit: c0a1e503d857ff5cae2d9c76410cd35b116ea639 Author: Sam James gentoo org> AuthorDate: Mon Aug 15 22:29:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 15 22:29:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a1e503 dev-java/tomcat-native: Stabilize 1.2.35 amd64, #865199 Signed-off-by: Sam James gentoo.org> dev-java/tomcat-native/tomcat-native-1.2.35.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-native/tomcat-native-1.2.35.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.35.ebuild index c55972724571..ee306543bfbe 100644 --- a/dev-java/tomcat-native/tomcat-native-1.2.35.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.2.35.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Allows Tomcat to use certain native resources for better performanc HOMEPAGE="https://tomcat.apache.org/native-doc/" SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="Apache-2.0" SLOT="0" IUSE="static-libs test"