summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-10-11 14:58:18 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2022-10-11 14:58:57 +0200
commit5e4bf236ae4cfe69b537bcc9f3c22aa9e594b56b (patch)
tree24167c3d2289f9cd5d194f45c5d4464f0b9b50ff /dev-java
parentwww-servers/tomcat: bump to 10.0.27, using split servlet jars (diff)
downloadgentoo-5e4bf236ae4cfe69b537bcc9f3c22aa9e594b56b.tar.gz
gentoo-5e4bf236ae4cfe69b537bcc9f3c22aa9e594b56b.tar.bz2
gentoo-5e4bf236ae4cfe69b537bcc9f3c22aa9e594b56b.zip
dev-java/tomcat-servlet-api: allowing newer el version within the same slot for 8.5.83
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.83.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.83.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.83.ebuild
index 7036936a72b1..e5260644b3ab 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.83.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.83.ebuild
@@ -16,7 +16,9 @@ LICENSE="Apache-2.0"
SLOT="3.1"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-CP_DEPEND="~dev-java/tomcat-el-api-${PV}:3.0"
+# we can't use the exact same version of el as tomcat 9 implements the same slot and
+# it would prevent from installing both tomcat 8.5 and 9 at the same time
+CP_DEPEND=">=dev-java/tomcat-el-api-${PV}:3.0"
DEPEND="
>=virtual/jdk-11:*