summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-01-16 08:45:00 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2023-01-16 08:45:39 +0100
commit32ec171d384fa3029868d93a23c7ca9bd001aedb (patch)
tree5d1da9448f182d44e6028dc429bb5b4fbf810461 /www-servers/tomcat
parentdev-tcltk/snack: fix implicit warnings (diff)
downloadgentoo-32ec171d384fa3029868d93a23c7ca9bd001aedb.tar.gz
gentoo-32ec171d384fa3029868d93a23c7ca9bd001aedb.tar.bz2
gentoo-32ec171d384fa3029868d93a23c7ca9bd001aedb.zip
www-servers/tomcat: reverted to ecj 4.15 in slot 9 because of java min version conflict
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r--www-servers/tomcat/tomcat-9.0.71-r1.ebuild (renamed from www-servers/tomcat/tomcat-9.0.71.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/tomcat/tomcat-9.0.71.ebuild b/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"