commit: 32ec171d384fa3029868d93a23c7ca9bd001aedb
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 07:45:00 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 07:45:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ec171d
www-servers/tomcat: reverted to ecj 4.15 in slot 9 because of java min version
conflict
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
www-servers/tomcat/{tomcat-9.0.71.ebuild => tomcat-9.0.71-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/tomcat/tomcat-9.0.71.ebuild
b/www-servers/tomcat/tomcat-9.0.71-r1.ebuild
similarity index 99%
rename from www-servers/tomcat/tomcat-9.0.71.ebuild
rename to www-servers/tomcat/tomcat-9.0.71-r1.ebuild
index d9ebbde0ef2d..59476cacba78 100644
--- a/www-servers/tomcat/tomcat-9.0.71.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.71-r1.ebuild
@@ -32,7 +32,7 @@ RESTRICT="test" # can we run them on a production system?
# though it could work with 4.22 and upstream uses 4.20,
# we still use 4.15 because 4.20+ is currently built with java 11
# and it would force Tomcat to use at least java 11 too
-ECJ_SLOT="4.26"
+ECJ_SLOT="4.15"
SERVLET_API_SLOT="4.0"
JSP_API_SLOT="2.3"
EL_API_SLOT="3.0"