From 8ef3acb1303d8770f7545f21b7d0c2f49fbb09a1 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Wed, 12 Feb 2020 09:59:45 +0100 Subject: www-servers/tomcat: restricted tomcat-servlet-api versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Miroslav Šulc --- www-servers/tomcat/tomcat-7.0.96.ebuild | 4 ++-- www-servers/tomcat/tomcat-7.0.99.ebuild | 2 +- www-servers/tomcat/tomcat-8.5.47.ebuild | 4 ++-- www-servers/tomcat/tomcat-9.0.27.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'www-servers') diff --git a/www-servers/tomcat/tomcat-7.0.96.ebuild b/www-servers/tomcat/tomcat-7.0.96.ebuild index 443dd981a8d0..ad19069fd89c 100644 --- a/www-servers/tomcat/tomcat-7.0.96.ebuild +++ b/www-servers/tomcat/tomcat-7.0.96.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ ECJ_SLOT="4.5" SAPI_SLOT="3.0" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - dev-java/tomcat-servlet-api:${SAPI_SLOT}" + ~dev-java/tomcat-servlet-api-${PV}" RDEPEND="${COMMON_DEP} virtual/jre" DEPEND="${COMMON_DEP} diff --git a/www-servers/tomcat/tomcat-7.0.99.ebuild b/www-servers/tomcat/tomcat-7.0.99.ebuild index 7fa74915d25f..4df8f1204b9f 100644 --- a/www-servers/tomcat/tomcat-7.0.99.ebuild +++ b/www-servers/tomcat/tomcat-7.0.99.ebuild @@ -24,7 +24,7 @@ ECJ_SLOT="4.5" SAPI_SLOT="3.0" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - dev-java/tomcat-servlet-api:${SAPI_SLOT}" + ~dev-java/tomcat-servlet-api-${PV}" RDEPEND="${COMMON_DEP} virtual/jre" DEPEND="${COMMON_DEP} diff --git a/www-servers/tomcat/tomcat-8.5.47.ebuild b/www-servers/tomcat/tomcat-8.5.47.ebuild index d34cd3a9d3cb..729cd12dcdf1 100644 --- a/www-servers/tomcat/tomcat-8.5.47.ebuild +++ b/www-servers/tomcat/tomcat-8.5.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ ECJ_SLOT="4.5" SAPI_SLOT="3.1" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - >=dev-java/tomcat-servlet-api-${SLOT}:${SAPI_SLOT}" + ~dev-java/tomcat-servlet-api-${PV}" RDEPEND="${COMMON_DEP} >=virtual/jre-1.8" DEPEND="${COMMON_DEP} diff --git a/www-servers/tomcat/tomcat-9.0.27.ebuild b/www-servers/tomcat/tomcat-9.0.27.ebuild index 182cad35d13c..b8e080bf0d7e 100644 --- a/www-servers/tomcat/tomcat-9.0.27.ebuild +++ b/www-servers/tomcat/tomcat-9.0.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ SAPI_SLOT="4.0" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} dev-java/glassfish-xmlrpc-api:0 - dev-java/tomcat-servlet-api:${SAPI_SLOT} + ~dev-java/tomcat-servlet-api-${PV} dev-java/wsdl4j:0" RDEPEND="${COMMON_DEP} >=virtual/jre-11" -- cgit v1.2.3-65-gdbad