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 36B7A1581D3 for ; Wed, 22 May 2024 09:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD8FE29FB; Wed, 22 May 2024 09:31:09 +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 5725DE29FB for ; Wed, 22 May 2024 09:31:09 +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 8EFA934076D for ; Wed, 22 May 2024 09:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9ED8AAF for ; Wed, 22 May 2024 09:31:06 +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: <1716370225.7a2951e6a7aecdcc07d63e6f3d223c7356d19e27.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-10.1.23-r1.ebuild www-servers/tomcat/tomcat-10.1.23.ebuild www-servers/tomcat/tomcat-10.1.24-r1.ebuild www-servers/tomcat/tomcat-10.1.24.ebuild X-VCS-Directories: www-servers/tomcat/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 7a2951e6a7aecdcc07d63e6f3d223c7356d19e27 X-VCS-Branch: master Date: Wed, 22 May 2024 09:31:06 +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: 18f1e01f-992e-4698-9311-0004e28c7344 X-Archives-Hash: 3abe4e4f671d5ea8f1b357d5dbfe9c25 commit: 7a2951e6a7aecdcc07d63e6f3d223c7356d19e27 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed May 22 08:42:35 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed May 22 09:30:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2951e6 www-servers/tomcat: revert slot 10.1 to ECJ_SLOT="4.26" Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Miroslav Šulc gentoo.org> www-servers/tomcat/{tomcat-10.1.23.ebuild => tomcat-10.1.23-r1.ebuild} | 2 +- www-servers/tomcat/{tomcat-10.1.24.ebuild => tomcat-10.1.24-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/tomcat/tomcat-10.1.23.ebuild b/www-servers/tomcat/tomcat-10.1.23-r1.ebuild similarity index 99% rename from www-servers/tomcat/tomcat-10.1.23.ebuild rename to www-servers/tomcat/tomcat-10.1.23-r1.ebuild index 0815da662c22..bd5eec566c82 100644 --- a/www-servers/tomcat/tomcat-10.1.23.ebuild +++ b/www-servers/tomcat/tomcat-10.1.23-r1.ebuild @@ -22,7 +22,7 @@ IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system? -ECJ_SLOT="4.27" +ECJ_SLOT="4.26" COMMON_DEP="dev-java/bnd-annotation:0 dev-java/eclipse-ecj:${ECJ_SLOT} diff --git a/www-servers/tomcat/tomcat-10.1.24.ebuild b/www-servers/tomcat/tomcat-10.1.24-r1.ebuild similarity index 99% rename from www-servers/tomcat/tomcat-10.1.24.ebuild rename to www-servers/tomcat/tomcat-10.1.24-r1.ebuild index 0815da662c22..bd5eec566c82 100644 --- a/www-servers/tomcat/tomcat-10.1.24.ebuild +++ b/www-servers/tomcat/tomcat-10.1.24-r1.ebuild @@ -22,7 +22,7 @@ IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system? -ECJ_SLOT="4.27" +ECJ_SLOT="4.26" COMMON_DEP="dev-java/bnd-annotation:0 dev-java/eclipse-ecj:${ECJ_SLOT}