commit:     5e4bf236ae4cfe69b537bcc9f3c22aa9e594b56b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 12:58:18 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 12:58:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4bf236

dev-java/tomcat-servlet-api: allowing newer el version within the same slot for 
8.5.83

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.83.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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:*

Reply via email to