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 22B29158041 for ; Mon, 11 Mar 2024 12:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C60DE2AAC; Mon, 11 Mar 2024 12:48:41 +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 7F102E2AAC for ; Mon, 11 Mar 2024 12:48:41 +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 DC5AF340806 for ; Mon, 11 Mar 2024 12:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EAA0FCB for ; Mon, 11 Mar 2024 12:48:36 +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: <1710161279.9fef3def61c948e589218040d756406340597547.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-2.0.7.ebuild X-VCS-Directories: dev-java/tomcat-native/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9fef3def61c948e589218040d756406340597547 X-VCS-Branch: master Date: Mon, 11 Mar 2024 12:48:36 +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: 109596af-6dc5-44ab-8ebd-2109182a961a X-Archives-Hash: f585383e04c93cde366f3490911092c1 commit: 9fef3def61c948e589218040d756406340597547 Author: Sam James gentoo org> AuthorDate: Mon Mar 11 12:47:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 11 12:47:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fef3def dev-java/tomcat-native: Stabilize 2.0.7 amd64, #926740 Signed-off-by: Sam James gentoo.org> dev-java/tomcat-native/tomcat-native-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-native/tomcat-native-2.0.7.ebuild b/dev-java/tomcat-native/tomcat-native-2.0.7.ebuild index 03965f330c13..9507ee4750e0 100644 --- a/dev-java/tomcat-native/tomcat-native-2.0.7.ebuild +++ b/dev-java/tomcat-native/tomcat-native-2.0.7.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.t )" S=${WORKDIR}/${P}-src/native -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="Apache-2.0" SLOT="2" IUSE="static-libs"