From: Miroslav Ć ulc Date: Thu, 19 May 2016 06:02:28 +0000 (+0200) Subject: www-servers/tomcat: restricted dependency on tomcat-servlet-api to the exact version... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2e69839ece70c6944eea30f352bfd53ef92f6047;p=gentoo.git www-servers/tomcat: restricted dependency on tomcat-servlet-api to the exact version (bug #583292) Package-Manager: portage-2.3.0_rc1 --- diff --git a/www-servers/tomcat/tomcat-9.0.0_alpha6.ebuild b/www-servers/tomcat/tomcat-9.0.0_alpha6.ebuild index 2b5821693538..438086b53a8a 100644 --- a/www-servers/tomcat/tomcat-9.0.0_alpha6.ebuild +++ b/www-servers/tomcat/tomcat-9.0.0_alpha6.ebuild @@ -26,7 +26,7 @@ ECJ_SLOT="4.5" SAPI_SLOT="4.0" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - dev-java/tomcat-servlet-api:${SAPI_SLOT}" + =dev-java/tomcat-servlet-api-${PV}:${SAPI_SLOT}" RDEPEND="${COMMON_DEP} !=virtual/jre-1.8"