diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-12 09:59:45 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-12 09:59:45 +0100 |
commit | 8ef3acb1303d8770f7545f21b7d0c2f49fbb09a1 (patch) | |
tree | 01b37a9cf840b5969a13980213b3451aa4336b95 /www-servers | |
parent | app-misc/golly: x86 stable wrt bug #708890 (diff) | |
download | gentoo-8ef3acb1303d8770f7545f21b7d0c2f49fbb09a1.tar.gz gentoo-8ef3acb1303d8770f7545f21b7d0c2f49fbb09a1.tar.bz2 gentoo-8ef3acb1303d8770f7545f21b7d0c2f49fbb09a1.zip |
www-servers/tomcat: restricted tomcat-servlet-api versions
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/tomcat-7.0.96.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-7.0.99.ebuild | 2 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-8.5.47.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-9.0.27.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
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" |